Is there a list of VB addressable fields for Excel ?

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

See the subject really, i'm after a list of all VB addressable fields
for Excel/97 is such a thing exists.

Regards
Fred
 
or check the object browser

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Apologies, I know what I mean, but expecting others to understand, I
suppose, is a little unreasonable.

I meant items such as :

ActiveSheet.PageSetup.PrintTitleRows
ActiveSheet.PageSetup.PrintTitleColumns
ActiveWindow.ScrollRow
ActiveSheet.Name
cell.Interior.ColorIndex
cell.Font.ColorIndex
cell.Interior.Pattern
cell.Interior.PatternColorIndex

Cheers
Fred
 

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

Back
Top