Programmatically Hide and UnHide a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.

Try

Application.SetHiddenAttribute acTable, "NameOfTAble", True

True hides, False unhides objects.
 
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
 
Back
Top