$$Excel-Macros$$ Macro to copy 6 tabs to new sheet and past as values.

2012-11-27 Thread Mel
ing, I would like to inlcude it into another macro that updated cells in multiple spreadsheets in a folder. l will then updated it so that I can run it on all sheets in a folder. ie. C:\Excel-Work\. Hope this is clear. thx Mel -- Join official Facebook page of

$$Excel-Macros$$ Re: Need help to create VBA to copy 4 cells from one spreadsheet to over 200 spreadsheats in same folder

2012-10-31 Thread Mel
fantastic Paul. yes, all workbooks in only one folder. worked like a charm. Many thanks. Mel On Wednesday, October 31, 2012 12:49:45 PM UTC-4, Mel wrote: > I have a master spreadsheet with 5 tabs. On my master sheet (called > Master) - on the tab called 'Option Letter'

$$Excel-Macros$$ How to create VBA to copy 4 cells from one spreadsheet to over 200 spreadsheats in same folder

2012-10-31 Thread Mel
On Wednesday, October 31, 2012 12:49:45 PM UTC-4, Mel wrote: > > I have a master spreadsheet with 5 tabs. On my master sheet (called > Master) - on the tab called 'Option Letter' I need to copy cells B131, > B202, B319, B424 to the same > tab (same name on each sheet

$$Excel-Macros$$ Need help to create VBA to copy 4 cells from one spreadsheet to over 200 spreadsheats in same folder

2012-10-31 Thread Mel
I will only need to run this process once to update all spreadsheets with the new info for these 4 cells.I tried a number of different VBA to loop through each spreadsheet but keep getting a number of error. Any help is appreciated. thx Mel -- Join official facebook page of

$$Excel-Macros$$ Macro to hide rows, print, unhide rows runs very slow - how to speed up?

2012-03-19 Thread Mel
75" ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _ IgnorePrintAreas:=False Rows("17:168").Select Selection.EntireRow.Hidden = False Range("B2").Select End Sub any suggestions to speed it up appreciated. Mel

$$Excel-Macros$$ How to copy sheet to new book without sheet module code?

2011-06-08 Thread Mel
I copy specific sheets from one book into a new book but I don't want any VBA code in the new book. One sheet, however, has code in the sheet module. How can I copy it without the code or remove the code in the destination book? For the copy, I'm simply using... Sheets(Array(sShtName1, sShtName

$$Excel-Macros$$ how to print only rows with data and not inlcude rows with a formula

2010-09-15 Thread Mel
macro to print only rows with Data? thx Mel Sub SetUsedPrintArea() Dim LastRow As Long If WorksheetFunction.CountA(Cells) > 0 Then 'Search for any entry, by searching backwards by Rows. LastRow = Cells.Find(What:="*", After:=[A1], _ Sea

$$Excel-Macros$$ macro to print only rows with date but exclude rows that have a formula

2010-09-15 Thread Mel
is set to look at info in column H, if there is something in H, show comment in I. thx Mel Sub SetUsedPrintArea() Dim LastRow As Long If WorksheetFunction.CountA(Cells) > 0 Then 'Search for any entry, by searching backwards by Rows. LastRow = Cells.Find(What:=&q

Re: $$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-17 Thread Mel
not sure but how do I re-format or move fields around without causing the dates for the calendar to fail? I am also trying to format the table of values (A3 to E5000) but cannot. On Mar 16, 8:31 pm, Deepak Rai wrote: > Hi Mel, > > Please find the updated file which can be use with E

Re: $$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-16 Thread Mel
It looks like this is what I need however, I have Excel version 2003 not 2007 so it does not conver over and work. any chance you can re-save in 2003 version? thx Mel On Mar 14, 5:02 am, Deepak Rai wrote: > Hi Mel, > > I have a sample macro which work like similar as you want. Please

$$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-11 Thread Mel
tion. thx Mel -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our Facebook Group @ http://www.facebook.com/group.php?gid=287

$$Excel-Macros$$ Macro to filter dates using Userform1 & printing

2010-03-11 Thread Mel
tion. thx Mel -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our Facebook Group @ http://www.facebook.com/group.php?gid=287

$$Excel-Macros$$ using Networkdays formula in French version of Excel options

2009-05-14 Thread Mel
ent versions of Excel? Maybe a statement 'if Excel ver=French, use NB.JOURS.OUVRES, if English use Networkdays'? Or maybe a macro to change the formula from 'Networkdays' to '

$$Excel-Macros$$ Networkdays formula in French version of Excel options

2009-05-14 Thread Mel
tain 'networkdays' to 'nb.jours.ouvres'. Not exactly sure how to search all formulas for this but maybe an options. thx Mel --~--~-~--~~~---~--~~ - Some important

$$Excel-Macros$$ using Networkdays formula in French version of Excel options

2009-05-14 Thread Mel
ent versions of Excel? Maybe a statement 'if Excel ver=French, use NB.JOURS.OUVRES, if English use Networkdays'? Or, maybe a macro to change any formula in the spreadsheet (and other tabs) from 'networkdays' t