D
Dave Rey
Hi
I currently have a workbook containing many (70+)
worksheets.
I am a beginner at Visual Basic programming, but I am
trying to include in a macro a function that will select a
selection of worksheets on which I can perform certain
tasks.
The macro recorder uses the array command, but names each
sheet to be included in the selection.
What I am trying to do is use something like the array
command, but tell it to select a starting sheet -
say "Sheetstart" - and all sheets up to either a finish
sheet - "Sheetend" - or up to the last worksheet. I
continually add and remove sheets from the workbook, so do
not want to have to include the names of each sheet to be
selected in the array formula.
Can anyone help?
Thanks in advance
Dave
I currently have a workbook containing many (70+)
worksheets.
I am a beginner at Visual Basic programming, but I am
trying to include in a macro a function that will select a
selection of worksheets on which I can perform certain
tasks.
The macro recorder uses the array command, but names each
sheet to be included in the selection.
What I am trying to do is use something like the array
command, but tell it to select a starting sheet -
say "Sheetstart" - and all sheets up to either a finish
sheet - "Sheetend" - or up to the last worksheet. I
continually add and remove sheets from the workbook, so do
not want to have to include the names of each sheet to be
selected in the array formula.
Can anyone help?
Thanks in advance
Dave