Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Error: Wrong number of argument or invalid property assignment?

Hi everyone,

I am getting the above error at the 1st line?

Sub TTT()
'
' TTT Macro
' Macro recorded 7/11/2006 by sultanm
'

'
Range("B11").Select
Selection.Copy
Range("E18").Select
ActiveSheet.Paste
Range("E18").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "4.22222222222222"
Range("E19").Select
End Sub

Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Error: Wrong number of argument or invalid property assignment?

You probably have created a function or sub and named it Range. You need to
delete this function or sub.

--
Regards,
Tom Ogilvy


"Mike" wrote:

Hi everyone,

I am getting the above error at the 1st line?

Sub TTT()
'
' TTT Macro
' Macro recorded 7/11/2006 by sultanm
'

'
Range("B11").Select
Selection.Copy
Range("E18").Select
ActiveSheet.Paste
Range("E18").Select
Application.CutCopyMode = False
ActiveCell.FormulaR1C1 = "4.22222222222222"
Range("E19").Select
End Sub

Mike


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile Error: Wrong arguments or Invalid property Brent E Excel Discussion (Misc queries) 3 May 1st 07 07:11 PM
Wrong number of arguments or invalid property assignment [email protected] Excel Programming 1 June 27th 06 04:42 PM
Wrong Number of Arguments or Invalid Property Assignment??? tbassngal Excel Programming 3 January 11th 06 04:01 PM
Compile Error - Wrong number of arguements or invalid property ass James T Excel Programming 2 November 18th 05 07:46 AM
Wrong number of Arguments or Invalid property assignment Turin[_2_] Excel Programming 1 July 17th 05 09:52 PM


All times are GMT +1. The time now is 07:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"