address function into macro
Hi, How can I add Address function into macro. here is a simple macro. How can I replace cell value "G26" for this function "=Address(G17, H17)" so this function will find correct cell value.? Sub...
View ArticleMacro to auto lock cells after data entry
Hi, am working with two workbooks possibly more if this works. I have one workbook with various cells linked to a sheet in workbook 2. Workbook 2 changes it values based on a a drop down list. So when...
View ArticleDownload excels from a website and change url?
Hi! I have 3 different links which leads to excel files. The way I do it now is that I log onto a system. set the values and click an Excel button in the system which converts it into an excel based on...
View ArticleSubtracting and adding from a stock sheet according to the item code
This one may be impossible, a challenge or ridiculously easy but I cant get my head around it. In the attached stock take sheet, I have a job requisition form, on that form I have 3 columns...
View Articleexcel spreadsheet automatically notify the recipients on each item on teh due...
Hi, I need a help. I have to create a checklist of items that responsible managers will be notify on its due date for update. I want also to receive a message once the file was updated. thanks so much.
View ArticleCombobox ListFillRange Using Formula Named Range
Hi, I have a combobox on my worksheet. I also have a named range called "SSC" which contains the formula: =ADDRESS(4,42,1,TRUE,"School Summary")&":"&ADDRESS(MATCH(Data!$B$1,'School...
View ArticleMacro to copy values from columns of one sheet & paste it to diffrnt Column...
Need a Macro to extract values from columns of one worksheet and paste it to the segregated columns on other worksheet. I am enclosing a workbook in which i have three sheet tabs: 1) Result (where i...
View ArticleConsolidate 3 tabs into one tab with only 1 row for headers
So i need to consolidate three tabs into only one tab filtering all raw data tabs with "Day PL Review Pending" in Col BF and "Accounting Adjustments" in Column B My problem is the Raw Data tabs rows...
View ArticleImporting text file VBA improvement
Dear Experts, Please advise if I can delete any of the lines below, this macro was created using record macro to import text file and I feel that it may not be necessary for me to keep all the lines....
View ArticleCopy negative numbers and positive numbers
Hi I need some help for this. I need to be able to copy all rows with a negative number from Column I to sheet2. One macro for that, And another macro for copy all rows with plusnumber from column I to...
View ArticleCell Comparison Question
I have been using Excel VBA to automate some reconciliations and I have been unable to find a way of using Instr or similar to see if cells in a column, which mainly contain text, also contain an...
View ArticleMacro to create scatter plot with different data series?
I have a macro question I was hoping someone could help me out with. I am very knowledgeable about Excel itself, but I have only just begun to actually use macros...I know essentially nothing at all...
View Article[SOLVED] listing all the combinations
I have 5 variables A, B, C, D and E. Each of these 5 variables can have values 1, 2, 3 or 4. Some sample outputs that I am looking to get is as shown below: A B C D E 1 2 3 4 1 1 1 1 2 2 I am not able...
View ArticleSeeking knowledge on certain advanced options
I have a number of macro tools & calculators used by others. Most of the end users have little to no VBA knowledge. Is there any code which would:Check if the options listed below are...
View ArticleUpdate multiple pivot tables using a combo box in a different sheet
Hi I am trying to update 2 pivot tables in two different worksheets with a combo box thats in a different sheet. These are all in the same workbook. I referenced this instructional video...
View ArticleHow to remove specific columns in a large excel file
Dear all, please find attached an example test file where I have mirrored a much smaller version of data I have in the first sheet and what I want in the second sheet. Basically I want to remove...
View ArticleAdvanced VBA - add-in to apply/unapply procedure names as constants?
I am trying to create an error log in VBA for capturing details of errors in code. (See: http://www.excelforum.com/excel-prog...-file-txt.html ) However I am running into a problem with capturing the...
View Article[SOLVED] copy non-empty column to specific column using vba
From column T to column Z, only one column contains value(non-empty). Others are empty. Now i want to copy that particular non-empty column value to Column AA. how to do this using vba??? can anyone...
View Article[SOLVED] Textbox focus
txtAmt resides on a user form and is loaded with a default value from an adjacent cell in the initalize event. When the form loads I would like text in the textbox to be highlighted with the curser...
View ArticleSeeking knowledge on Early Binding, Late Binding
I have never done a course on VBA so I feel I lack understanding of certain concepts. I am looking for a concise definition & explanation of Early Binding & Late Binding.What is the pros &...
View Article