GOWRI @ IT INDUSTRY
Tuesday, July 10, 2012
QlikView : Macro function for Get All Sheet ID
sub
LoopSheet
for
i = 0 to ActiveDocument.NoOfSheets - 1
set
ss= ActiveDocument.GetSheet(i)
msgbox
(ss.GetProperties.SheetId)
next
end
sub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment