Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Excel > Making a Maze


Reply
 
Thread Tools Display Modes
  #1  
Old 04-26-2010, 08:01 PM
Jasper17 Jasper17 is offline
Newcomer
 
Join Date: Apr 2010
Posts: 1
Default Making a Maze


Hey I have no clue what I am doing in VBA because my professor doesn't teach too well so I was wondering if any of you could help me with this. I have made a maze in excel and I need to get a particle to navigate through the maze. My program has an array to begin and need to include GUI statements? Yea help please.
Reply With Quote
  #2  
Old 04-27-2010, 04:23 AM
Colin Legg's Avatar
Colin Legg Colin Legg is offline
Out Of Office

Retired Moderator
* Expert *
 
Join Date: Mar 2005
Location: London, UK
Posts: 3,398
Default

Welcome to the forum. Which particular aspect of your homework do you need us to give you some pointers on?
__________________
RAD Excel Blog
Reply With Quote
  #3  
Old 04-29-2010, 06:21 AM
KiltedNinja's Avatar
KiltedNinja KiltedNinja is offline
Centurion
 
Join Date: May 2009
Posts: 117
Default

Starting point for you :

Navigating through a maze requires a Pathfinding algorithm, you'll be looking to implement an algorithm called A* (Pronounced, "A-Star").
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->