N
Nick
hello
can anyone tell me if it is possible to run a sort macro
across hidden sheets. the spreadsheet i have at the
moment finds an error when i don't activate the hidden
sheets. at the moment i am putting
Sheets("Sheet_Name").Visible = True (before the sort
process) AND
Sheets("Sheet_Name").Select
ActiveWindow.SelectedSheets.Visible = False (after the
sort process)
when you run this macro it looks very ugly to skip across
and hide and unhide all the sheets. can this be fixed?
using
Application.ScreenUpdating = False
does not stop it skipping and showing the process of
hiding and unhiding all the sheets for the sort
thanks
Nick
can anyone tell me if it is possible to run a sort macro
across hidden sheets. the spreadsheet i have at the
moment finds an error when i don't activate the hidden
sheets. at the moment i am putting
Sheets("Sheet_Name").Visible = True (before the sort
process) AND
Sheets("Sheet_Name").Select
ActiveWindow.SelectedSheets.Visible = False (after the
sort process)
when you run this macro it looks very ugly to skip across
and hide and unhide all the sheets. can this be fixed?
using
Application.ScreenUpdating = False
does not stop it skipping and showing the process of
hiding and unhiding all the sheets for the sort
thanks
Nick