Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Sheet Tabs
#2
I don't know a hotkey for it. You can record Excel macro.

In QM, it would be:

Code:
Copy      Help
typelib Excel {00020813-0000-0000-C000-000000000046} 1.2
Excel.Application a._getactive
Excel.Worksheet ws=a.Worksheets.Item("Sheet2")
ws.Select


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)