Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.
All Tags » security (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: Excel 2007 Security and VBA

    I'm not sure if it works the same way in 2007 as in previous versions, but isn't it possible for students to just open the workbook without enabling macros? Then they would be free to cut-copy or whatever they wished. I seem to recall a post elsewhere on this forum echoing this.. ah, here: http...
    Posted to VBA (Forum) by Rick Williams on Thu, Mar 27 2008
  • Re: Add event to new worksheet using VBA

    Hi Anonymous! This is how I would add a new worksheet and attach the "Calulate" event handler (the example shows a message box each time the calculate event is triggered): Private Sub NewSheet_Click() Dim oXl As Application: Set oXl = Application oXl.EnableEvents = False oXl.DisplayAlerts ...
    Posted to VBA (Forum) by Pedro80 on Wed, Jan 9 2008
Page 1 of 1 (2 items)
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.