Link to home
Start Free TrialLog in
Avatar of FRW312
FRW312

asked on

VBA streamwriter error msg

I am running an application that allows for VBA code to accomplish tasks that the application dosn't do.  I need to write and read to a text file.  in vb.net I would use a dim as streamwriter statement but trying it here i get an error of "user-defined type not defined" any suggestions would help, thanks
ASKER CERTIFIED SOLUTION
Avatar of Travis Hydzik
Travis Hydzik
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FRW312
FRW312

ASKER

Didn't show how to write but found answer with help of information provided, thanks.