|
-
Sep 5th, 2001, 05:47 AM
#1
Thread Starter
New Member
deletion query
Hi - below is code that grabs a worksheet and i'm trying to delete the fourth column. What should the adblDataSheet(',') equals as i want it to be blank and not 0. If i put it equalling an empty string
- it gives me a type mismatch error message. CHEERS
adblDataSheet() = objDataSheet.DataSheet
lngLoop = lngStart
Do Until lngLoop = lngFinish
adblDataSheet(lngLoop, gc_intDataColD) =
lngLoop = lngLoop + 1
Loop
[COLOR=royalblue][COLOR=darkblue
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|