I have a multi-worksheet workbook and I would like to apply format changes to
all worksheets with a macro. Is this possible?
I have a multi-worksheet workbook and I would like to apply format changes to
all worksheets with a macro. Is this possible?
In VBA
dim sht as worksheet
for each sht in Activeworkbook
"your format macro stuff here "
next sht
"SandyM" wrote:
> I have a multi-worksheet workbook and I would like to apply format changes to
> all worksheets with a macro. Is this possible?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks