Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Well seeing as how no one else has helped I'll take a stab at it. Mind
you that this is definately not your best option. On error resume next ActiveSheet.VPageBreaks(1).DragOff Direction:=xlToRight, RegionIndex:=1 if err.number = 9 then 'Do what you want err.clear Else err.raise end if on error goto 0 HTH Die_Another_Day s80NL wrote: 1 down, 1 more to go :) Thanks for providing already one of the solutions! -- s80NL ------------------------------------------------------------------------ s80NL's Profile: http://www.excelforum.com/member.php...o&userid=36374 View this thread: http://www.excelforum.com/showthread...hreadid=561587 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sheet format questions -- Excel 2007 | New Users to Excel | |||
two questions, Yes/No form control, and how did they create this adjustable area on the sheet... | Excel Discussion (Misc queries) | |||
2 Small VBA Questions; Text To Columns and Naming First Sheet | Excel Discussion (Misc queries) | |||
Questions on copying from one sheet to the other and coping every other cell. | Excel Discussion (Misc queries) | |||
2 questions, copying data from sheet to sheet and assigning macro | Excel Worksheet Functions |