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

2012-11-27 Thread Mel
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 this forum @ https

$$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
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 this forum @ https

$$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 'Option Letter') on over 200

$$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' I need to copy

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

2012-03-19 Thread Mel
, _ IgnorePrintAreas:=False Rows(17:168).Select Selection.EntireRow.Hidden = False Range(B2).Select End Sub any suggestions to speed it up appreciated. Mel -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread

$$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,

$$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:=*, After:=[A1

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 daksh1...@gmail.com wrote: Hi Mel, Please find the updated file which can be use

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

2010-03-11 Thread Mel
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=287779555678 3

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

2010-03-11 Thread Mel
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=287779555678 3

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

2009-05-14 Thread Mel
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 'NB.JOURS.OUVRES' on all tabs of the workbook. thx Mel