+ Reply to Thread
Results 1 to 2 of 2

Error 438

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    1

    Error 438

    Hello everybody,

    I have just joined my first job, and was surprised to find how extensively excel is applied to the workplace, having only been familiar with the "sum" and other basic arithmetic function uptill now.

    Today I was experimenting with macros and the error 438 which states " object does not allow the operation to be performed'.

    the piece of code which caused the runtime error is show in quotes and the specific line is highlighted below.

    "

    Range("R9:Y9").Select
    ActiveCell.FormulaR1C1 = "*"
    Range("R9:Y11").Select
    Selection.FillDown
    Range("B18:M19").Select
    Range("B19").Activate
    Selection.ShapeRange.Item(1).Hyperlink.Follow NewWindow:=False, AddHistory _
    :=True

    Range("X14:AH14").Select
    With Selection

    "

    I wanted to get some help in understanding what the problem is and if possible solution. If more elaborate description of the problem is reqd please inform.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Error 438

    Hi Madhavan,

    Microsoft has a tutorial on this error type:-

    http://support.microsoft.com/kb/287114

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1