+ Reply to Thread
Results 1 to 2 of 2

my function is giving value error

  1. #1
    Registered User
    Join Date
    04-01-2011
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    23

    my function is giving value error

    Hey whenever I try and run this simple function it give me a value! error and have no clue why? What im trying to do is if VA isnt either VOLUME OR SURFACE AREA and SH isnt either PYRAMID OR PRISM then PyramidPrism is "Invalid Object" else it is just 1 for now.

    Public Function PyramidPrism(ByVal length As Double, ByVal width As Double, ByVal height As Double, ByVal volumearea As String, ByVal shape As String) As Variant
    Dim VA, SH As String

    VA = UCase(volumearea)
    SH = UCase(shape)

    If VA <> "VOLUME" And VA <> "SURFACE AREA" And SH <> "PYRAMID" And SH <> "PRISM" Then
    PyramidPrism = "Invalid Object"
    Else
    PyramidPrism = 1
    End If


    End Function
    Last edited by danielgri14; 04-08-2011 at 11:38 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: I cant find my easy mistake.

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST


    Also


    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here

+ 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