+ Reply to Thread
Results 1 to 8 of 8

VBA multiple Formules

Hybrid View

Shimazu VBA multiple Formules 02-23-2014, 05:30 PM
TMS Re: VBA multiple Formules 02-23-2014, 05:44 PM
Shimazu Re: VBA multiple Formules 02-23-2014, 05:51 PM
TMS Re: VBA multiple Formules 02-23-2014, 06:01 PM
Shimazu Re: VBA multiple Formules 02-23-2014, 06:08 PM
TMS Re: VBA multiple Formules 02-23-2014, 06:30 PM
Shimazu Re: VBA multiple Formules 02-23-2014, 06:55 PM
TMS Re: VBA multiple Formules 02-23-2014, 06:59 PM
  1. #1
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,553

    Re: VBA multiple Formules

    Option Explicit
    
    Sub sAddFormula()
    Dim lLR As Long
    
    With Sheets("Output")
        lLR = .Range("A" & .Rows.Count).End(xlUp).Row
        .Range("F2:F" & lLR).Formula = "='Export Freshbooks'!I2*'Export Freshbooks'!J2"
    End With
    
    End Sub

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  2. #2
    Registered User
    Join Date
    02-17-2014
    Location
    Netherlands
    MS-Off Ver
    Excel 2003
    Posts
    52

    Re: VBA multiple Formules

    Wow okeey thank you
    But on my Sheets its still #Value.. can it be a bug in my excel??

    The VBA line works its fills in the cells ....

    Should i post my current file?

    Thanks,
    Last edited by Shimazu; 02-23-2014 at 06:14 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formules Calculation problems
    By Shimazu in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-22-2014, 05:35 PM
  2. [SOLVED] combining formules ...vlookup and....maybe match??
    By Robert1311 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-28-2014, 10:45 AM
  3. Fixed rows in formules
    By Antaviana in forum Excel General
    Replies: 2
    Last Post: 06-01-2008, 06:39 AM
  4. showing formules
    By keesb in forum Excel General
    Replies: 2
    Last Post: 07-10-2006, 09:49 AM
  5. [SOLVED] Formules doorkopiëren
    By Arnold in forum Excel General
    Replies: 1
    Last Post: 11-10-2005, 11:00 AM

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