VBA search methods
I want to make a VBA search method to optimization as following example code except for using solver, I am used to looping find out the optimizated parameters but also expend more time. Anyone have...
View ArticleCopy Random Rows
Hello I have searched and can't seem to find what i need to complete my code. Basically i'm looking for a code (the one below is the closest i've found to what i need) that will copy and paste 20...
View ArticleMacro to transfer cells to another work book, but trying to transfer to next...
hi there have managed to record a macro that works .....only i just want it to go one further and instead of copying the information to the cells i selected when recording it. I want it to place it in...
View Articlesave .xlsm sheet as .pdf and email
Hi, I am successfully using this macro to save a worksheet of my .xlsm workbook as .xls and then send it via email with a predefined body. Now however, I am in dire need of saving the file as PDF, but...
View ArticleHelp neede to identify method used to fetch web data by pointing class tag in...
Hi, Need to confirm the presence of "Sign Out" in a webpage, below is the source code. what method can be used to fetch the "Sign out" data from webpage pointing class name as reference. Sample code...
View ArticleCreating a macro to apply to another workbook
Hi all, I'm pretty new to VBA so please be patient :) So, I have a workbook that is full of data, downloaded from SAP. I would like to create a macro that will work from a different workbook to apply...
View ArticleTo split a string which are html pulled elements
Hi, Need to split the string and store it array Query.jpg, only highlighted strings are needed. how to get rid of the rest. Below code didn't work.:confused: Dim doc As HTMLDocument Set doc =...
View ArticleMacro required for changing numbers to specific text
I have this date I have 3 Euiprments, I want to make a macro for replace numbers to eduipment name ,where cell contains value 1 till before next cell value =1 will be one equipment no see in column G...
View ArticleTextBox (ActiveX).Value
I have some TextBoxs (ActiveX) in my Sheet which linked to another sheet. & also have some error checking formulas like any special charecters are entered or someing... whtz happening now when i...
View ArticleCheck the same values and delete if same, sort rows in sentence
Hi to all, I would like you to help me with this: 1) I have plenty of rows filled with data. I d like to check if C and E is of same text and if so, than make null C column. 2) In next cycle, the macro...
View ArticleMake several cells mandatory if a cell in a range is filled out
Hi, I've tried and tried to solve this but can't really wrap my head around it. I'm relatively new to VBA and could really need som help. I have a sheet in which a person need to fill out the name of a...
View ArticleExcel VBA MAcro
Hi All, i want to create macro in a excel If the count of cell A is not matching Cell B,,It will not let you save the Excel Sheet. Please help Me on this it is urgent... I am not able to add an excel...
View ArticleDynamic range when importing data from Microsft Query
Hi all, I've got a query set up that imports data from a third party data source via MS Query. I want to add a dynamic range so that i can select a date range, hit refresh and the data updates...
View ArticleHelp on Auto-Mailing Extracted Workbooks Based Upon Unique Filter
Hi All: I am managing a lead-generation tracker and everyday need to forward new leads pulled from Google to the 10-14 callers into an excel workbook. At the moment I am using the following code that...
View ArticleShared workbook VBA autoupdate
Hi guys, I'm currently working on a workbook that may have 6 people entering data via user forms sometimes at the same time. I've been playing with the shared workbook autoupdate function but from what...
View ArticleActivating powerpoint windows
I have this set up to activate a excel window: Code: Dim FileToOpen As Variant Dim Open wb As Workbook FileToOpen = Application.GetOpenFilename _ (Title:="Please choose a file to import", _...
View ArticleDisable close workbook but still force users to close thru command button
I want the users to complete the tak and exit only through the command button which I have created on the worksheet. I have been trying with the following code, but it also stops when closing through...
View Articlemerging cells based on id number
Hi can anyone help with this? im hoping to merge cells based on an id number in column A. example data set: ID ColumnA 1 yes 1 yes 2 yes 2 yes 2 yes 2 yes 3 no 3 no 4 yes 5 yes 6 yes 6 yes So, if i...
View ArticleWarning message if cell values are higher in different tabs
Hi All I am building an excel tool to monitor the costs with in an estimation / design / purchasing process to ensure prices do not go above the estimated cost I want to measure a cost input by the...
View ArticleDoes Excel Know What is on my Screen?
Hi, I have an issue regarding screen resolution and people able to view an entire year's worth of data in a report I have. Depending on the resolution or size of screen, some people have to scroll to...
View Article