DJWheezyWeez
Technical User
Below is my code that doesn't work but this is the idea that I'm trying to work out. The way my whole macro works, it takes .xls files and if there is more than one sheet, I need it to save as a .xlsx, close, and reopen the new file. Based on the number of sheets, the macro will continue in different ways.
Is there a way to this? Or is there a way around this? Any help is greatly appreciated.
Is there a way to this? Or is there a way around this? Any help is greatly appreciated.
Code:
Dim sheetCount As Long
sheetCount = Sheets(Sheets.Count)