Tried it my code as:
Sub MakeSummary()
'
' MakeSummary Macro
Sheets("SUMMARY").Select
' Clear the existing values (if any)
Range("$bb$2:$be$60").Value = ""
' J tracks the row number on the summary page
' I tracks the sheet number being processed
j = 2
For I = 3 To...
Hi I'm running a workbook with numerous worksheets. The first worksheet is a summary page where I use the following macro to collect certain info from each worksheet:
Sub MakeSummary()
'
' MakeSummary Macro
'
Sheets("SUMMARY").Select
' Clear the existing values (if any)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.