Results 1 to 4 of 4

Thread: Always enable "Macro" during open file????

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    39

    Resolved Always enable "Macro" during open file????

    Is there a way for VBA macro to always enable if user open the file?
    (Without setting MS Office security to "Low" level")?
    It's something like

    Dim objExcel As Object

    Set objExcel =CreateObject("Excel.Application")

    objExcel.DisplayAlert=False... or something like that... I'm not so sure about the code..


    Any ideas?
    Thanks
    Last edited by laisengchew; Mar 18th, 2005 at 01:16 AM.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Always enable "Macro" during open file????

    No, if there was then what would be the sense of having any security at all?

    You could get a digital signature and sign the project. Then it would run on high, but if the user disables macros
    then it wont run.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 2004
    Posts
    39

    Re: Always enable "Macro" during open file????

    Thanks RobDog888....

    Actually i'm just learning about doing macro in Excel currently. But how can i make my macro autorun like AutoExec when user agree to enable macro run and open my excel files? or in the Word also can...

    Is it just name the macro as "AutoExec"
    I know it's work in Access MDB but i wonder how should i do it in Excel, MDB or MS Office...


    Thanks

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Always enable "Macro" during open file????

    Use the WorkBook_Open event for Excel, Document_Open for word, etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width