![]() |
|
#4
|
|||
|
|||
|
Again from my experience ... relating to the following line in your macro :
ActiveSheet.Copy Before:=Workbooks("tempalatecodal.xlsb").Sheets("u serform") relating to : u serform Assuming this is not a typographical error ... you desired to name the Sheet "Userform" but Excel rejected that because that name references an Excel object - a form. Then you utilized a space after the first letter because it changes the name to something Excel will accept ? I've found Excel doesn't always accept names that include a space. Try adding an underscore ( _ ) to replace the space. Perhaps that will clear up your intermittent error issue. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| One veryhidden sheet, one hidden sheet and two visible sheets - how to saveas into .xlsm workbook | kiwimtnbkr | Excel Programming | 4 | 06-26-2019 11:30 AM |
Copying a Sheet in a Workbook to Another with Destination-Need Values Instead of Formulas
|
rsrasc | Excel Programming | 4 | 08-19-2018 04:00 PM |
Can a Data Source be one sheet in a multi-sheet Workbook
|
nfotx | Mail Merge | 1 | 07-01-2015 12:55 AM |
Browse to a specific sheet in an excel workbook
|
Sinister | Excel | 4 | 04-08-2014 05:53 PM |
| Range(Cell1,Cell2) Error on another workbook controlling some other workbook? | tinfanide | Excel Programming | 1 | 02-09-2012 04:08 PM |