Results 1 to 4 of 4

add function by VBA

Threaded View

Gabi add function by VBA 06-18-2012, 01:58 AM
royUK Re: add function by VBA 06-18-2012, 02:10 AM
Gabi Re: add function by VBA 06-18-2012, 02:22 AM
royUK Re: add function by VBA 06-18-2012, 08:24 AM
  1. #1
    Registered User
    Join Date
    06-17-2012
    Location
    ISRAEL
    MS-Off Ver
    Excel 2010
    Posts
    2

    add function by VBA

    Hi
    I tried to implement the tip from http://www.exceltip.com/show_tip/Cus...ction/147.html
    And got syntax error .
    What might be the problem?
    I did the entire step by steps:
    Build a module:
    Function SalesTax(Total_Invoice, Tax_percentage) As Single
    SalesTax = Total_Invoice – Total_invoice / (1+Tax_percentage)
    End Function
    
    Saved it as xlsm
    The function was build and can be operate in the excel sheet.
    ( And give the error )
    Attached Files Attached Files
    Last edited by arlu1201; 06-18-2012 at 04:07 AM. Reason: Code tags

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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