+ Reply to Thread
Results 1 to 3 of 3

Problem with formula in vba

  1. #1
    Registered User
    Join Date
    02-09-2009
    Location
    Washington, US
    MS-Off Ver
    Excel 2003
    Posts
    73

    Problem with formula in vba

    Is there a more efficient and faster way to do the following:

    HTML Code: 
    What I used to have was intMonthlyImpressions = curLetters + curFlats...., but I was getting errors and I think it was because one of the values was 0. All of the variables are currency data types.

    thanks

    JJ

  2. #2
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388

    Re: Problem with formula in vba

    Hi!

    I'd need to see more of what you are doing to get a full picture, but an immediate comment is that you are wasting computer time if you ask a question like "If a/b>1 then...." Much better to ask "If a>b then..." One operation instead of 2 and also avoids possible division by 0 problems.

    Alf

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Problem with formula in vba

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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