G Guest Aug 28, 2006 #1 I have not been able to figure out the correct VBA code to hide or unhide a table. I would appreciate a little help here. Thanks.
I have not been able to figure out the correct VBA code to hide or unhide a table. I would appreciate a little help here. Thanks.
R RoyVidar Aug 28, 2006 #2 Klatuu said: I have not been able to figure out the correct VBA code to hide or unhide a table. I would appreciate a little help here. Thanks. Click to expand... Try Application.SetHiddenAttribute acTable, "NameOfTAble", True True hides, False unhides objects.
Klatuu said: I have not been able to figure out the correct VBA code to hide or unhide a table. I would appreciate a little help here. Thanks. Click to expand... Try Application.SetHiddenAttribute acTable, "NameOfTAble", True True hides, False unhides objects.
G Guest Aug 28, 2006 #3 That did it, thanks. RoyVidar said: Try Application.SetHiddenAttribute acTable, "NameOfTAble", True True hides, False unhides objects. Click to expand...
That did it, thanks. RoyVidar said: Try Application.SetHiddenAttribute acTable, "NameOfTAble", True True hides, False unhides objects. Click to expand...
C cdc555 Joined Sep 8, 2018 Messages 1 Reaction score 0 Sep 8, 2018 #4 Hi I know this is really old but i am having the same issue - i am a super newbie though and dont know where i put that code... Thanks! C
Hi I know this is really old but i am having the same issue - i am a super newbie though and dont know where i put that code... Thanks! C