+ Reply to Thread
Results 1 to 15 of 15

Need VBA code that applies multiple sets of inputs to model and pastes each set of values

Hybrid View

ascheetz1 Need VBA code that applies... 03-20-2023, 11:33 AM
beyond Excel Re: Need VBA code that... 03-20-2023, 02:02 PM
ascheetz1 Re: Need VBA code that... 03-21-2023, 01:09 PM
beyond Excel Re: Need VBA code that... 03-21-2023, 05:37 PM
ascheetz1 Re: Need VBA code that... 03-21-2023, 05:42 PM
beyond Excel Re: Need VBA code that... 03-22-2023, 01:03 AM
ascheetz1 Re: Need VBA code that... 03-22-2023, 10:59 AM
beyond Excel Re: Need VBA code that... 03-22-2023, 12:49 PM
ascheetz1 Re: Need VBA code that... 03-22-2023, 02:10 PM
beyond Excel Re: Need VBA code that... 03-22-2023, 02:21 PM
ascheetz1 Re: Need VBA code that... 03-22-2023, 02:23 PM
beyond Excel Re: Need VBA code that... 03-22-2023, 02:43 PM
beyond Excel Re: Need VBA code that... 03-22-2023, 02:49 PM
ascheetz1 Re: Need VBA code that... 03-22-2023, 02:53 PM
beyond Excel Re: Need VBA code that... 03-22-2023, 03:08 PM
  1. #1
    Registered User
    Join Date
    03-20-2023
    Location
    New York, NY
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2302) 32-bit
    Posts
    22

    Re: Need VBA code that applies multiple sets of inputs to model and pastes each set of val

    Thanks beyond_Excel! Curious if you / anyone sees an issue with how I ended up doing it. See attached excel // code below:

    PHP Code: 
    Sub Run_All_Scenarios()
    Dim i As Integer
    Application
    .ScreenUpdating False

    For 1 To Range("Scenario_Total")
    Worksheets("Model").Activate
        Range
    ("Scenario_Nb") = i
        
        Application
    .Goto Reference:="Results"
        
    Selection.Copy
        Worksheets
    ("Data Tape").Activate
        Range
    ("First_Scenario").Offset(10).Select
            Selection
    .PasteSpecial Paste:=xlPasteValuesOperation:=xlNoneSkipBlanks _
            
    :=FalseTranspose:=True
        Next
        
    Application
    .ScreenUpdating True

    End Sub 
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    08-08-2022
    Location
    Buenos Aires
    MS-Off Ver
    Excel 2019
    Posts
    1,777

    Re: Need VBA code that applies multiple sets of inputs to model and pastes each set of val

    Quote Originally Posted by ascheetz1 View Post
    Thanks beyond_Excel! Curious if you / anyone sees an issue with how I ended up doing it. See attached excel // code below:
    Any problem with the code that I gave you?...
    You are always very welcome if you add reputation by clicking the * (bottom left) of each message that has helped you.

  3. #3
    Registered User
    Join Date
    03-20-2023
    Location
    New York, NY
    MS-Off Ver
    Microsoft? Excel? for Microsoft 365 MSO (Version 2302) 32-bit
    Posts
    22

    Re: Need VBA code that applies multiple sets of inputs to model and pastes each set of val

    Not at all! Planning to use yours - just trying to understand the limits of my original approach. Thanks again.

+ 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. Suggested vba code that applies to multiple check boxes
    By Romela in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-12-2020, 08:12 PM
  2. Trying to build a model with dates as inputs.
    By misterv in forum Excel General
    Replies: 3
    Last Post: 11-14-2019, 09:02 AM
  3. Obtaining set of outputs for multiple sets of inputs
    By rypalan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-30-2019, 12:06 PM
  4. VBA Code copies and pastes the formulas? I only need the values.
    By tysonbly in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-14-2015, 11:20 AM
  5. [SOLVED] Addition to code to copy and pastes special values and cell format, but not links.
    By singerbatfink in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-13-2014, 03:10 PM
  6. Replies: 1
    Last Post: 10-03-2012, 07:06 PM
  7. Replies: 2
    Last Post: 09-05-2012, 03:20 PM

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