View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
UK UK is offline
external usenet poster
 
Posts: 1
Default Issue with "ToggleFormsDesign" a method of Excel workbook

Hi all,

I have written a VB code where I added Excel 12.0 object library to work
with Excel. I wrote a code to Toggle Design Mode, using _workbook method
"ToggleFormsDesign". Now, when I run this VB code with Office XP i.e Excel
2002, it shows a error message "Object does not support property or method".
Is there any other method to toggle the design mode in Excel 2002.

Any solution is appreciated.

Thank you,