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.
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.
RoyVidar said:Try
Application.SetHiddenAttribute acTable, "NameOfTAble", True
True hides, False unhides objects.