VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



If you use the Timberline accounting system and would like to develop custom data entry forms, the

by Ricardo Buccianti (3 Submissions)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 12th July 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

If you use the Timberline accounting system and would like to develop custom data entry forms, the Comments

No comments have been posted about If you use the Timberline accounting system and would like to develop custom data entry forms, the . Why not be the first to post a comment about If you use the Timberline accounting system and would like to develop custom data entry forms, the .

Post your comment

Subject:
Message:
0/1000 characters