![]() |
| |||||||
Workspace Macro Post messages and questions related to Macro Recorder or Windows Macro here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| how do i disable this? I'm opening our MS access file on a workgroup/domain/server and it's giving me this security warning, select 'open' in 'currently active window' doesnt work More info: The macro starts open MS access 2003 file on our server. The next screen that pops up is 'Open File - Security Warning' Name: THE NAME OF MY DATABASE I WANT MACRO TO OPEN Publisher: UNKNOWN Type: Microsoft Office Access Application From: MY LOCATION (which is correct) I tried inserting a mouse click on the 'open' option, i tried insert keystroke 'o' to OPEN and it just does nothing. How can I stop this? I'm using ms access 2003 and i just had a new server installed in the office as before we were just using a shared folder (as the server). Last edited by beaks3lee : 06-03-2008 at 01:56 PM. |
| |||
| Hello, Try inserting 'Alt+o' keystroke in currently active window. It should work. While recording, we suggest you to wait for few seconds after every action you perform so that on replay macro would get enough time to execute each action. This would lead to an errorless execution of macro. We have recorded one sample macro for your reference. Please copy it under location, 'C:\...\My Documents\Workspace Macro\My Macros' folder. This macro would try to open db1.mdb file located under C:\. Before running this task please make sure db1.mdb exists under C:\. Hope that helps. |