I am using a listbox (Forms not Activex) to make a selection. The listbox output is a number. The number it outputs will be (with a little manipulation) used to ID the sheet number (i.e. sheet1, sheet2, etc.). I can get to the sheet by using Sheets(Cells(r,c)).Select, but it does not make it the active sheet. The command ActiveSheet.Name = Sheets(Cells(r,c)).Select will not work as well as WorkSheet(Sheets(Cells(r,c)).Select).
Anyway, I need to take this number (varible) which changes with each selection from the listbox, and use it to pick the correct worksheet and make it the active worksheet.
Thanks,
Mike
Anyway, I need to take this number (varible) which changes with each selection from the listbox, and use it to pick the correct worksheet and make it the active worksheet.
Thanks,
Mike