Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am able to programatically add borders to cells or range or multiple ranges. But I am unable to programatically undo the borders applied. Can someone let me know if this is a bug. // the below line works oActiveSheet.get_Range("A1:C5",oMissing).BorderAro und(oMissing,Excel.XlBorderWeight.xlThick,Excel.Xl ColorIndex.xlColorIndexAutomatic,oMissing); // this doesnt work oExcelApp.Undo(); Thanks Prasanta |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Undo | Excel Discussion (Misc queries) | |||
Undo | Excel Discussion (Misc queries) | |||
Undo | Excel Discussion (Misc queries) | |||
UNDO - how many times can I UNDO? | Excel Worksheet Functions | |||
Why is my undo function in Excel only can undo the last 1 or 2 ch. | Excel Worksheet Functions |