| Message |
recently got 9.3 (arcview license) installed in my machine. not sure why i cannot run the good ol' VBA script for calculating polygon areas:
Dim dblArea as double
Dim pArea as IArea
Set pArea = [shape]
dblArea = pArea.area
keeps giving me an error message that macro not valid. can someone shed some light into this? |