Results 1 to 3 of 3

Macro asking to manually update values

Threaded View

  1. #1
    Registered User
    Join Date
    08-11-2016
    Location
    MN
    MS-Off Ver
    07' 13'
    Posts
    2

    Macro asking to manually update values

    Hi there,

    I have a Microsoft workbook data spreadsheet (also macro enabled) that I'm referencing with a macro enabled workbook. When running the two spread sheets on the same PC, the macro enabled workbook is updating automatically with no issues. When running the workbook on a separate computer, upon saving the workbook the macro enabled workbook is asking to update the values and forces me to select the data spreadsheet, much like opening an existing file. I want the macro enabled work book to not ask to reopen the file when the data spreadsheet saves much like it would if the same PC had both spreadsheets open. Is this possible? The macro enabled workbooks macro is simple:

    Sub Macro3()
    '
    ' Macro3 Macro
    '
    ' Keyboard Shortcut: Ctrl+u
    '
        Range("A1").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R234C3"
        Range("A2").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R234C4"
        Range("A3").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R236C3"
        Range("A4").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R236C4"
        Range("A5").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R237C3"
        Range("B1").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R238C3"
        Range("B2").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R238C4"
        Range("B3").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R235C3"
        Range("B4").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R235C4"
        Range("B5").Select
        ActiveCell.FormulaR1C1 = _
            "='S:\Continuous Improvement\[OEE Calculator v3.xlsm]Template'!R237C4"
    '
    ' execute macros
        Macro3
    ' submit macro to run again in 1 sec
        Application.OnTime Now + TimeValue("00:00:01"), "CRTL U"
    '
    End Sub
    Thank you in advance,

    Kyle
    Last edited by kbrown825; 08-11-2016 at 04:05 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. A manually entered cell to automatically update another manually entered cell
    By Head Scratcher in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-29-2013, 08:23 PM
  2. Detect manually entered numbers and update other formulas accordingly
    By dougmcc1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-17-2012, 08:02 PM
  3. search/manually modify and update record
    By belkin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-07-2011, 04:12 AM
  4. Changing Manually entered matrix values via macro
    By Blailus in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-17-2008, 11:18 PM
  5. [SOLVED] How to update one manually-entered value from another?
    By 1robc57 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-02-2006, 01:10 AM
  6. I can only manually update?
    By jclark419 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2005, 01:05 PM
  7. [SOLVED] Manually Update Listindex
    By DB in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-11-2005, 12:05 AM
  8. [SOLVED] Manually update links
    By Emma in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-22-2005, 10:06 AM

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