Function SetupCurrentTemplate() As Boolean
Dim row As Integer
Dim column As Integer
Dim write_row As Integer
Dim write_column As Integer
Dim levelCount As Integer
Dim ReadDepthVal As Range
Dim ClearVal As Range
Dim WriteDepthVal As Range
Dim C As Object
'SETUP RANGES USED TO READ AND WRITE DATA
Set ReadDepthVal = Cells(4, 1) 'START OF CURRENT DEPTHS TO REA
FOR 3D MODEL
Set ClearVal = Range("A37:L50") 'RANGE TO CLEAR ON TEMPLATE FORM
BEFORE UPDATE
Set WriteDepthVal = Cells(37, 1) 'START OF CURRENT DEPTHS TO WRIT
FOR 3D MODEL
column = 1
row = 4
write_row = 37
write_column = 1
levelCount = 0
'CLEAR TEMPLATE
Sheet2.Range("A37:L50").Value = ""
Sheet2.Range("A37:L50").Borders.LineStyle = xlLineStyleNone
this is as far as the code get before it falls over. This is only a
example though, there are other areas of my project which has problem
as well. All of the problems though, have only occured after th
project was edited under Office 2000, then run under 97.... VER
FRUSTRATING
All the code is run behind the scenes and not activated using a comman
button, except at the very start which is o