Sep 12, 2003 #1 YL99 Programmer Joined Dec 23, 2002 Messages 24 Location GB Hi, Does anybody know how to delete a tab from SSTAB I the form has SSTAB ( which has displays 3 tab in first row) I want to delete one of the tab Your help would be much appreciated
Hi, Does anybody know how to delete a tab from SSTAB I the form has SSTAB ( which has displays 3 tab in first row) I want to delete one of the tab Your help would be much appreciated
Sep 12, 2003 1 #2 vladk Programmer Joined May 1, 2001 Messages 991 Location US GOOD QUESTION. Would it help: i = 1 SSTab1.TabVisible(i) = False Upvote 0 Downvote
Sep 12, 2003 Thread starter #3 YL99 Programmer Joined Dec 23, 2002 Messages 24 Location GB DONE Upvote 0 Downvote