Author Topic: Table creation in 2008 VBA.  (Read 2128 times)

0 Members and 1 Guest are viewing this topic.

mr_nick

  • Guest
Table creation in 2008 VBA.
« on: June 11, 2007, 09:15:27 AM »
I have just noticed another glitch in another of my routines since upgrading to 2008.

I have a routine that creates a table style based on input from a dialog box which worked just fine under 2006 but I now get a problem with the headers. I don't want a 'Title' cell so use the titlesuppressed option when defining the style. Under 2008 this option seems to have no effect even though it is documented in the object browser. I notice that there is now no option on the table creation dialog box to remove the title cell. Am I missing something simple here or is it no longer possible to have a titleless table?