Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
Problem when trying to port VBA Code from excel 2003 to Excel 2007 Beta2 which is I keep getting a pop up msgbox titled 'Name Conflict' with in statement... *name cannot be the same as a built in name* * Old name: Print_area * New Name: * textbox button here.. when activating from Excel 2007 beta2. as i remember, vba code are running okay in excel 2003. well, my guessing is this code, i put below code in my vba activesheet.pagesetup.PrintArea = "somerangehere" but.. i already make it to false at the end of code by activesheet.pagesetup.PrintArea = False Anyone can help me out so this annoying msgbox wont appear ? Thanks.. mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting "Save As" adds "Copy of" to file name- MS Excel 2007 | Excel Discussion (Misc queries) | |||
how i convert "100" to "hundred"( number to text) in excel-2007 | Excel Worksheet Functions | |||
Excel 2007 "Name Conflict" when opening Excel 3 format | Excel Discussion (Misc queries) | |||
Conflict with "Right" / "Left" Command | Excel Programming |