H
HUB
Hi
I´don´t have a lot of experience with VBA in Visio. I´m currently trying to simulate a simple process with visio and would like to continuously change the size of a shape (lets say a rectangle "grows" from height 1 inch to 2 inches in 10 seconds) with Visio and display the progress of the change. To do that, I figuered the easiest would be to manipulate the "Height" cell of my object in a loop
It works fine as long as I´m debugging and execute the code stepwise (F8). However, when I run the code, all I get is the end-result, while the "growing"-steps inbetween are not updated on the screen (and not in the cells). I´m working with Visio 2002 and thought the ".showchanges" property would do, but it doesn´t
Any Idea, what I might be doing wrong, or if this is feasible at all (with a different approach)
Thanx a lot for any help and hin
HU
I´don´t have a lot of experience with VBA in Visio. I´m currently trying to simulate a simple process with visio and would like to continuously change the size of a shape (lets say a rectangle "grows" from height 1 inch to 2 inches in 10 seconds) with Visio and display the progress of the change. To do that, I figuered the easiest would be to manipulate the "Height" cell of my object in a loop
It works fine as long as I´m debugging and execute the code stepwise (F8). However, when I run the code, all I get is the end-result, while the "growing"-steps inbetween are not updated on the screen (and not in the cells). I´m working with Visio 2002 and thought the ".showchanges" property would do, but it doesn´t
Any Idea, what I might be doing wrong, or if this is feasible at all (with a different approach)
Thanx a lot for any help and hin
HU