Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Morning,
Here is how I did it. With number of characters being the problem (255) I shortened the name from Clear_Old_Data_..... to C_O_D_..... and then it worked. Thanks for all your help and assistance. Cheers "Dave Peterson" wrote: Did you try Roger's suggestion: Create separate ranges for each of the building blocks. Then insert|Name|define Names in Workbook: Clear_Old_Data refers to: =clear_old_data_BVO,clear_old_data_cleanup (and keep going--just separate each name with a comma) ====== But if you're using this in code, why not just: range("Clear_Old_Data_BVO").clearcontents range("Clear_Old_Data_Cleanup").clearcontents And keep going... or even union(range("Clear_Old_Data_bvo"),range("Clear_Old _Data_Cleanup"), _ range(....), range(...), ....).clearcontents Sunnyskies wrote: Afternoon, I have got multiple names: Clear_Old_Data_BVO Clear_Old_Data_Cleanup Clear_Old_Data_Dates Clear_Old_Data_Header Clear_Old_Data_HR Clear_Old_Data_Incident I want to combine all these names under one: Clear_Old_Data I cannot put all the various cell ranges under Clear_Old_Data, as it only allows me to select 11 ranges. That is why I created various Names. Your assistance would be appreciated. -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I view Pivot Table source data file and field names? | Excel Discussion (Misc queries) | |||
Auto fill multiple sections with different names | Excel Discussion (Misc queries) | |||
Compile/Analyze Word Form Field data from multiple forms? | Excel Discussion (Misc queries) | |||
apply cell names to formulas in multiple worksheets | Excel Worksheet Functions | |||
Multiple Pivot Tables with single Page Field | Excel Discussion (Misc queries) |