Displaying 2 results from an estimated 2 matches for "doevents".
Did you mean:
devents
2005 Nov 17
0
problem with shell and acccess 97
...quot;
strCmd = SysCmd(acSysCmdAccessDir) & "\MSAccess.exe " _
& Chr(34) & strDB & Chr(34) & " /wrkgrp " & Chr(34) &
DBEngine.SystemDB & Chr(34) _
& " /Runtime"
Call Shell(strCmd, vbNormalFocus)
DoEvents: DoEvents: DoEvents
Err.Clear ' Borra el objeto Err si se produce un error.
' Establece la variable de objeto para hacer referencia al archivo que
desea ver.
Set MiAccess = GetObject(CaminoAlServidor & "\Informes.mdb")
MiAccess.CommandBars("...
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all,
This is a little off-topic, but it is on the general topic of getting
data in R. I'm looking for a excel macro / vba script that will
export all spreadsheets in a directory (with one file per tab) into
csv. Does anyone have anything like this?
Thanks,
Hadley
--
http://had.co.nz/