473,387 Members | 3,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

run VBA code in something other than debug mode?

I'm a VB programmer that just inherited an ex-coworker's Access VBA program.
It runs incredibly slow, and I'd like to speed it up, but I understand you
can't just build an executable in Access like you can in VB. What are my
options here? Build a VB front-end and make an executable from that?

Thanks,
marie
Nov 13 '05 #1
3 3053

"Marie" <Ma*******@mbg.com> wrote in message
news:11*************@corp.supernews.com...
I'm a VB programmer that just inherited an ex-coworker's Access VBA
program. It runs incredibly slow, and I'd like to speed it up, but I
understand you can't just build an executable in Access like you can in
VB. What are my options here? Build a VB front-end and make an executable
from that?

Thanks,
marie


Is not VBA sweetie! Is your app as an MDB? Yes? Then make into MDE! If
that be no help then you have db designed by monkey! You go make FE in VB
executable and you finish in 3 years sweetie!
Nov 13 '05 #2
Similarly, if it is an .ADP you can make it an .ADE.
Tools > Database Utilities > Make .ADE File
Will remove all code modules and keep it from becoming decompiled.

Nov 13 '05 #3
Tommy T-Bag wrote:
Similarly, if it is an .ADP you can make it an .ADE.
Tools > Database Utilities > Make .ADE File
Will remove all code modules and keep it from becoming decompiled.


Compiled or not, wouldn't make such a difference to make someone comment
on it being "incredibly slow", making an incredibly slow MDB into an MDE
will result in an incredibly slow MDE.

Amhed the Head could be right about the monkey. In Marie's place I'd
start looking at what is holding up the application, could be the data
access or just badly written code. OTOH it could be that the application
is doing that much work that it just takes that long.
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: The Road To Utopia | last post by:
Here's one for the trolls...a common jibe from them is setting up audio/video hardware under linux. Ok, true story: at work today, someone asked me if I could tell him why his XP Home would play...
45
by: Steven T. Hatton | last post by:
This is a purely *hypothetical* question. That means, it's /pretend/, CP. ;-) If you were forced at gunpoint to put all your code in classes, rather than in namespace scope (obviously classes...
3
by: Michael | last post by:
OK Guys, lets say that I've got some code that I want from time when I'm debuging but want to be able to turn off quickly. At the moment I'm doing: #define DEBUG_TEXTURE #define DEBUG_BSP...
17
by: PranjalMishra | last post by:
I am confused about the code snippet given below. int main(int argc, char** argv) { AA( main ) USENOT( argc ); USENOT( argv ); exit( 0 );
3
by: Greg Smith | last post by:
Hi, is there a way to tell in code if you are in Debug|Release mode? I have an error handling routine that sends me a e-mail if an error is caught. This is great when the users are working with...
3
by: Max M. Power | last post by:
How can I tell if my C# code is running in debug mode? I need to execute some extra code only when my project has been compiled in debug mode. In release mode I don't want to execute this extra...
3
by: Russ | last post by:
I keep getting this message "The compiler failed with error code 2000" when pressing PF5 to run Debug. This is not a compile error, it gets past the compile. I get this when it tries to load up my...
21
by: Chris Durkin | last post by:
I've got an ASP.NET website on my local box, set to compile to bin\Debug and bin\Release in debug and release modes. Both directories are populated with dlls, as the solution has been compiled in...
0
by: johnsburg | last post by:
Windows 2003 Server ..Net Studio 2003 Creating a simple Windows Form application from the templates, if I try to run it in debug mode devenv.exe aborts with this info: An unhandled exception...
3
by: corey.hutchinson | last post by:
I have an application that when I run it in VS 2005 debug mode it operates faster (10 fold) than when I execute the exe directly from the bin directory. The one operation in particular in which...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.