I have multiple sheets in my workbook that will be used in a macro. I have the part of the macro that takes info that I need from one sheet and puts it on another sheet completed. The problem is that i need this same information from multiple sheets. I found code for worksheets(Array("Sheet1","Sheet2"etc) which is helpful, but won't work because I do not know how many sheets I will end up having.
I do know that I will never want to include the sheets labeled, "LOG, SUMMARY,CERT REPORT,CONTRACT BRIEF". IS there a way that I can use some kind of while loop like
while <> the above four names do
insert the sheet name into an array
so i can then do the part of the macro i have completed already?
Any help is greatly appreciated! THANKS
I do know that I will never want to include the sheets labeled, "LOG, SUMMARY,CERT REPORT,CONTRACT BRIEF". IS there a way that I can use some kind of while loop like
while <> the above four names do
insert the sheet name into an array
so i can then do the part of the macro i have completed already?
Any help is greatly appreciated! THANKS