Skip to main content

Exploding FootBall made and animated in ProE - Step 02



Hi Guys..

Well, I have the next one.. This time I have uploaded it in youtube.





It was bit time consuming to get a decent sequence!! Its looks primitive, but its getting better..

Hope you like it..

Link for downloading the video:



Comments

pathankotia said…
I am not an expert on both the topics, but the way you have spared some time and explained complex things in so simple way is really very helpful for all of us.
Keep posting we would like to read more on pivot tablesAll the best dear Joe

Popular posts from this blog

Color the Excel row based on a value/status

Very often, we would like to differenciate the rows that are having certain status (or specific values in a specific column) in a different color. We can filter for the status and apply the color manually, but we can also do that dynamically or automatically with a specific tweak to the Conditional Formatting feature in Excel

TreeView Structure in Excel VBA

TreeView is extreamly useful in specific cases but it can be bit tricky sometimes to implement.  Last Few days I was working on a TreeView Structure and thought I will share the knowledge I gained...  This post takes you through the basic operations to create and operate a TreeView. It will be like the Folder tree window of the windows explorer.  Moreover, you can have it dynamically updated based on the data in excel.... Here we go..