Message 1 of 4
collect points in vba and store them in a variable

Not applicable
01-23-2006
01:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In VBA i want to collect points in a variable of the type double with the getpoint function but i don't know how many. It depends on the user.
How do i declare the variable since i don't know how big it grows.
The points should then be passed to the add3dpoly method to create a polypline.
In VBA i want to collect points in a variable of the type double with the getpoint function but i don't know how many. It depends on the user.
How do i declare the variable since i don't know how big it grows.
The points should then be passed to the add3dpoly method to create a polypline.