N
Nick Calladine
I want to be able to setup global variables and assign document variables to
them to use through out the rest of my document sub procedure .... how do i
do this
i have created a module which i declared the items
Option Explicit
Public tblEmployees, tblTotal As Table
Public intRowNo, intColNo As Integer
Public strEmployeesName, strTelepayNumber, strRatePerHour, strHoursWorked,
strGrossWage As String
but how do i assign the through the module not the the documents subs... as
i keep getting an error
How should i do this correctly...
?????
them to use through out the rest of my document sub procedure .... how do i
do this
i have created a module which i declared the items
Option Explicit
Public tblEmployees, tblTotal As Table
Public intRowNo, intColNo As Integer
Public strEmployeesName, strTelepayNumber, strRatePerHour, strHoursWorked,
strGrossWage As String
but how do i assign the through the module not the the documents subs... as
i keep getting an error
How should i do this correctly...
?????