F
FuzzyLogic
Can any one guide to solve out a problem.
I am reading a excel workbook from a Visual Basic application.
I have to do work in this workbook.
1. I have to assign ToolTip to the particular cells.
2. I have to insert additional rows/columns.
I have to do this as per the logic in Visual Basic application.
The problem is that if the program gives run time error when the exce
workbook is password protected and neither allow me to assign toolti
nor the insert rows/columns.
I m using the following commands
ActiveWorkSheet.Cells(9, 9).AddComment "Testing ToolTips"
Activework.Range("C9", "C9").EntireColumn.Insert xlShiftToRight
Any help will be appreciated in this regard.
:
I am reading a excel workbook from a Visual Basic application.
I have to do work in this workbook.
1. I have to assign ToolTip to the particular cells.
2. I have to insert additional rows/columns.
I have to do this as per the logic in Visual Basic application.
The problem is that if the program gives run time error when the exce
workbook is password protected and neither allow me to assign toolti
nor the insert rows/columns.
I m using the following commands
ActiveWorkSheet.Cells(9, 9).AddComment "Testing ToolTips"
Activework.Range("C9", "C9").EntireColumn.Insert xlShiftToRight
Any help will be appreciated in this regard.
: