How to copy data from multiple workbooks to new workbook and no data loss..or...
Hi all , Need help with below case. i got 5 workbooks and from these workbooks I need to copy data from second sheet's to new workbook. 1. copy from the 1st workbook data from second sheet to new...
View ArticleNew to arrays-how do I build new array while filtering first array?
Please see code below. I am struggling with building the new array for the listbox on the form. (Unless it would be faster/more efficient just to filter & delete values in the original array?? But...
View ArticleVBA a number not between +10 and -10
Hi All, How do I test if a cell value is not between +10 and -10. Cheers
View ArticleVBA Help with Expanding data down a column and creating random data
Book1.xlsm Attached is an quick example of what I want. There are a couple things I want to do. So I have a userform that I input data into a text box in. This data is then pasted into cells C4 and C5...
View ArticleSelf-referencing array function
Hi, I am fairly new to VBA programming and I have got a question that is probably embarrassing simple to some: I have got one range (lets call it "ARange") with double variables occupying the following...
View Articlerun time error 13 type mismatch when running VB macro in Excel 97
The following code always hangs up at this line with a message box telling me Code: Sub ResetCMattenshts() ' ' Resetattenshts Macro ' Macro recorded 4/18/2013 by Yin Ju Ping ' '...
View Articlewhat is the formula to find the containing text
Hi, My data is containing two columns as follows. Column A Column B 112720, 112723, 112725 Yes 112355, 112353, 112358 No 45105000, 45105100 Yes This is how my data exists. Now my working file is as...
View Articlecopy entire sheet from closed workbook and insert into another workboook when...
Hello everyone. I'm hoping you can assist me. I have 2 workbooks. What I want to do, is when one workbook is opened it will run a macro (on open) that goes to a closed workbook, copies a sheet from it...
View ArticleNeed help to copy multi page web data into a single worksheet
Hi All, I am trying to copy the data from http://www.ascdi.com/asna/membership/MemberList.aspx into a single worksheet. The data is spread across multiple pages. I am new to excel formulas and Macros....
View ArticleIf date is today then highlight entire row
If column B row whatever = todays date then I want the row from col B to col O, to fill in green. I know I can do this with conditional formatting but I have data that updates itself which causes this...
View ArticleExcel does not let me into VBA Editor
Have locked all sheets - Sheet 1 is password protected. On opening it hangs and does not let me do anything. Any way to revert back Attached Files Library.xlsm‎ (80.7 KB)
View ArticleIf a column contains"X" then copy row to a new spreadsheet - Several Columns
I am ok with excel, but am new to Programming I am creating a spreadsheet for MSDS (chemical list). I would like to update the main sheet with the data and it automatically update the other sheets. So...
View ArticleAdding items to Dictionary object
Hi, I am creating a Scripting Dictionary where items are added based on a certain criteria. The item value is not just a specific cell value but it's a combination of cell value and a vlookup. So it...
View ArticleCalling within a Macro
Hi All I have written many Macro's and I wish to use the "CALL" function within some of the macro's. Can anyone offer some advise please.. Below is a sample of the Macro.....
View ArticleVBA Excel 2007 Date Picker keeps uninstalling - Help?
Hi all, I need some help with an action tracker I made i needed it as locked down and idiot proof as i could so i made the attached one. Its setup so that when you click add action it will come up with...
View ArticleFind, move to another cell on same line, insert value , and start all over again
Hi guys, I have the attached worksheet. What i would like to do is, when I open the worksheet the find option to appear so as me to enter an ID to find.(ID column is the first column) When it finds the...
View ArticleSelect Multiple workbooks at once to perform an action
I have a main tab followed by 15 tabs. I need to select all 15 tabs at once to perform a certain action at once. i.e in all 15 tabs in particular cells addition,average etc will be performed. How can I...
View Articleanimating picture when excel file is opened
Hi, I have seen many such posts and it has not helped me. I simply want to have a picture first appear and then rotate once with a message ' welcome' Is it possible? regs
View Article[SOLVED] open a message window when excel file is opened with a function button
Hi, I am looking for help for the following: Whenever the excel file is opened, it opens a small window stating ' please print your email address' with a click button 'Enter' When the button is...
View ArticleSelect Multiple workbooks at once to perform an action
I have a main tab followed by 15 tabs. I need to select all 15 tabs at once to perform a certain action at once. i.e in all 15 tabs in particular cells addition,average etc will be performed. How can I...
View Article