Programmatically Hide and UnHide a table

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

RoyVidar

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.
 
Joined
Sep 8, 2018
Messages
1
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top