If you use the Timberline accounting system and would like to develop custom data entry forms, the
If you use the Timberline accounting system and would like to develop custom data entry forms, the following code could be used to automate
Rate If you use the Timberline accounting system and would like to develop custom data entry forms, the
(1(1 Vote))
Dim RetVal
Dim timbPath As String
Dim macPath As String
timbPath = "C:\Program Files\TIMBERLINE\tsobject.exe" & " " 'this variable holds the path to the Timberline system folder
macPath = "'D:\Timberline_Data\Import.mac'" 'this variable holds the path to the data folder where the macro was saved. Don't forget the simple quotes before and after the path
RetVal = Shell(timbPath & macPath)
End Sub
If you use the Timberline accounting system and would like to develop custom data entry forms, the Comments
No comments yet — be the first to post one!
Post a Comment