Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VonOrk

  1. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    Then the ActiveX part explains why your worked and my didn't. Well, made me a ribbon insted of the commandbar and now that works too. So problem solved I guess. Tanks you all. Now, why it did not work from the start, that I don't understand.
  2. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    None... Perhaps you used an activex button instead of a button... Did you? cuz when I try an activex button it works. (Had not thought about that before) Solves a few of my problems. But most of my functions is on a commandbar(produce the same error as a button) that don't work - guess I have...
  3. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    Yes, that's the drive on the network - my home network, but I get the same problem on the servers at the network at work. Everybody that shall use the file has access to the drive. Write/Read/Exe.
  4. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    Separately the Excel or Word file, with macros, runs fine over the network. But now I have en embedded excel in a word file. Well, the macro never runs if I click a button - so that's not the problem. If I open the Macro dialog and choose a macro and press run it works. So you are saying...
  5. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    It's a big application, but the problem occurs even if you do a simple setup. Create an Excel file Create a Word file Embed the excel file as an icon in the word document: One Form button in the excelfile connected to a macro with this code: Sub Knapp1_Klicka() ActiveCell.FormulaR1C1 =...
  6. VonOrk

    Macro of embedded Excel in Word don't Work if Saved on network drive

    I have a Embedded Excel in a word file. Excel is embedded as an icon. Office 2007. As long as I save the file on my harddrive, it works fine, but If I save it on my server or NAS then it don’t' work. In my excel file I have a macro connected to a button. (It’s a lot of macros and menus and...

Part and Inventory Search

Back
Top