![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 65
|
Is there a way to have Excel, for example, total Ranges A2:B67 on each worksheet in a workbook when number of worksheets will vary from day to day?
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Sydney/Brisbane , Australia
Posts: 539
|
dim ws as worksheet for each ws in workbook range (a2:b67) .select |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 65
|
Thank you Qroozn, that seems easy enough :^)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|