Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I recorded the following code in the macro recorder but when I run it all
methods fail giving a similar message Run Time 1004 - Method 'Left' of object '_application' failed Any clues ? TIA -- Ken "Using Dbase dialects since 82" "Started with Visicalc in the same year" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Show us you macro and tell which line cause the error.
Regards, Per On 10 Aug., 03:28, K_Macd <kmacdonald "A_T" activ8 ''''''''''''''''''''''''''''''''D O T'''''''''''''''''''''''''''''''' net [S wrote: I recorded the following code in the macro recorder but when I run it all methods fail giving a similar message Run Time 1004 - Method 'Left' of object '_application' failed Any clues ? TIA -- Ken "Using Dbase dialects since 82" "Started with Visicalc in the same year" |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You forgot to post the code.
"K_Macd" <kmacdonald "A_T" activ8 ''''''''''''''''''''''''''''''''D O T'''''''''''''''''''''''''''''''' net [S wrote in message ... I recorded the following code in the macro recorder but when I run it all methods fail giving a similar message Run Time 1004 - Method 'Left' of object '_application' failed Any clues ? TIA -- Ken "Using Dbase dialects since 82" "Started with Visicalc in the same year" |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oops - bit quick off mark
Sub HalfWindow() Application.Left = 6 Application.Top = 3 Application.Width = 645 Application.Height = 780 End Sub -- Ken "Using Dbase dialects since 82" "Started with Visicalc in the same year" "JLGWhiz" wrote: You forgot to post the code. "K_Macd" <kmacdonald "A_T" activ8 ''''''''''''''''''''''''''''''''D O T'''''''''''''''''''''''''''''''' net [S wrote in message ... I recorded the following code in the macro recorder but when I run it all methods fail giving a similar message Run Time 1004 - Method 'Left' of object '_application' failed Any clues ? TIA -- Ken "Using Dbase dialects since 82" "Started with Visicalc in the same year" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '50003': Unexpected error | Excel Programming | |||
Solver Error - an unexpected internal error has occurred | Excel Discussion (Misc queries) | |||
Solver Error - an unexpected internal error has occurred | Excel Discussion (Misc queries) | |||
Solver Error - an unexpected internal error has occurred | Excel Discussion (Misc queries) | |||
Solver Error - an unexpected internal error has occurred | Excel Discussion (Misc queries) |