On TV.com: THE GIRLS NEXT DOOR photos
1 Resources for

vba-programming

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

how can i disable the context menu in VBA programming
hi ! iam developing a project in VB using Com Addins in outlook2003 i want to disable the Print option on the Right click (Context menu.can any body help me.thanks in advance. bye.
Tags: pabidi@..., programming, VBA, VBA Programming, VBA-Programming
Q&A 2006-05-17

Additional Resources

VBATutor 2006 (zip)
VBATutor 2006: 40 VBA Lessons/14 Exercises for Beginner to Advanced Many VBA Books/Tutorials seem to be designed for the sole purpose of impressing users with the authors VBA programming skills. Using explained screen shots with simple, fun examples and exercises, VBATutor 2006 will impress with how it can clearly and...
Tags: Microsoft VBA, Scripting Languages, Software/Web Development, Web Development
Software downloads 2005-10-28
Spreadsheet Basic (zip)
Spreadsheet Basic is a Computer Programming Language used in Excel spreadsheets. It is an Excel Add-In designed for those who want to do VBA type procedures without dealing with VBA's complexity. Using SpBasic, you can perform complex calculations which are too involved to fit in a cell formulas, and run...
Tags: Microsoft VBA, Spreadsheet, Spreadsheet Basic, SpBasic, Productivity, Scripting Languages, Microsoft Excel, Software/Web Development, Web Development, Microsoft Office, Office Suites, Software
Software downloads 2008-02-05
VBA Program
I am doing a program in VBA and running it in Microsoft excel.For example,when typing the input, the user is supposed to type "234-L1-23-23". Instead, if the user typed "234 - L1 - 23 - 23"The error is the spacing the whole program hangs. my question is this, is there...
Tags: Scripting languages, sujathasureshkumar@..., VBA
Discussion threads 2007-07-21
Protect VBA Code (exe)
Protect VBA Code protects VBA projects from password cracking in MS Excel, Word, PowerPoint, Access, Publisher, Outlook, FrontPage, PowerPoint, and Project files. There are several password recovery tools on the Internet somebody could misuse to get your code if you protect it with a VBA password regardless of its length...
Tags: Password, Microsoft VBA, Dombaj Soft, VBA Bypassing/Backdoor Technology, Scripting Languages, Software/Web Development, Web Development
Software downloads 2008-07-09
Remove VBA Password (bin)
Remove VBA Password instantly removes any VBA password and unlocks locked VBA projects in MS Excel, Word, PowerPoint, Access, Publisher, Outlook, Frontpage, and Project files. Passwords of any length and character set are supported and removed in seconds. Intentionally or accidentally locked VBA projects are supported. Elian Soft Protect VBA...
Tags: Password, Microsoft VBA, Dombaj Soft, Scripting Languages, Software/Web Development, Web Development
Software downloads 2008-10-28
Kernel Recovery for VBA Password (exe)
Kernel VBA Password Recovery tool is a VBA project password recovery software designed to recover lost and forgotten passwords from password protected vba project files such as (.doc, .xls, .xla). Kernel VBA recovers the original password if the file is from Office 97, otherwise it resets the password. Kernel VBA...
Tags: Password, Recovery, Microsoft VBA, Scripting Languages, Software/Web Development, Web Development
Software downloads 2006-09-14
Kernel VBA Password Recovery (exe)
Kernel VBA Password Recovery tool is a VBA project password recovery software designed to recover lost and forgotten passwords from password protected vba project files such as (.doc, .xls, .xla). Kernel VBA recovers the original password if the file is from Office 97, otherwise it resets the password. Kernel VBA...
Tags: Password, Recovery, Microsoft VBA, Kernel, Scripting Languages, Software/Web Development, Web Development
Software downloads 2008-07-24
Solid Edge Insight Connect & Excel VBA Programming
Does anyone have any idea how to open a Solid Edge Insight Connect (*.pcf) file from excel using VBA?I have all the required references and I can get Solid Edge Insight Connect to open but not the file I want from a cell on sheet1.I keep getting an error or...
Tags: Development tools, Microsoft Excel, lcarroll@..., Solid Edge, programming
Discussion threads 2007-07-24
VBA Password Recovery Master (zip)
VBA Password Recovery Master ensures that your VBA projects are accessible at all times despite everything. Whether a loss or unexpected change of a password occurred to VBA projects in Microsoft Word, Excel or Outlook, users can be sure of the projects' accessibility. The program swiftly recovers passwords of any...
Tags: Password, Recovery, Microsoft VBA, VBA Password Recovery Master, Scripting Languages, Software/Web Development, Web Development
Software downloads 2006-03-02
VBA Code Profiler (zip)
The VBA Code Profiler System provides a system to profile VBA-based applications. This will allow analysis of your code for performance and path tracking throughout your VBA project. The VBACP system will operate on any Microsoft VBA-based application from Office 97, 2000, and XP. Every procedure and function can be...
Tags: Microsoft VBA, VBA Code Profiler System, Scripting Languages, Software/Web Development, Web Development
Software downloads 2004-09-14
VBA Password (zip)
Universal VBA password recovery. VBA Password has two recovery engines: one is designed for Word, Excel, and MS Access documents, another one allows recovering password-protected VBA modules in any application. Version 10.0 build 6745 may include unspecified updates, enhancements, or bug fixes.
Tags: Password, Microsoft VBA, VBA Password, Scripting Languages, Software/Web Development, Web Development
Software downloads 2007-03-02
Master the use of variables in your Visual Basic for Applications (VBA) procedures
Visual Basic for Applications VBA procedures often need to store temporary values for use in statements and calculations that come later in the code. Although you may get away with using the underlying application to store these values, this almost always isn't practical. Instead, VBA (like all programming...
Tags: Microsoft Visual Basic, Microsoft VBA, Chapter Coverage, Scripting Languages, Software/Web Development, Web Development
Book chapters 2007-05-11
Access Cookbook: VBA
Most applications that are distributed to users include at least some Visual Basic for Applications VBA code. Because VBA provides the only mechanism for performing certain tasks (for example, using variables, building SQL strings on the fly, handling errors, and using the Windows API), most developers eventually must delve into...
Tags: Microsoft Access, Microsoft VBA, Scripting Languages, Software/Web Development, Web Development
Book chapters 2004-03-22
Macro using VBA to Copy..........
I have a workbook where the user needs to import cells from a Worksheet from a Workbook residing on their hard drive, and paste into a Worksheet of an Open Workbook.The user only knows the file path and file name of the imported worksheet - not at time of programming.The...
Tags: charmen@..., software, VBA, Worksheet
Q&A 2004-11-07
VBA Password Bypasser (exe)
VBA Password Bypasser allows you to bypass password check for documents with password protected Visual Basic for Applications VBA projects source code, when password is lost or unknown. Document started by VBA Password Bypasser will accept any password as valid one, so you can change or clear password. It works...
Tags: Password, Microsoft VBA, VBA Password Bypasser, Scripting Languages, Software/Web Development, Web Development
Software downloads 2005-08-03
Designing Outlook Forms (Part 1)
Due to the hybrid and complex nature of Exchange, it houses more than one mechanism that allows for automation and programming of Exchange based workflow applications. Outlook forms present a GUI-based mechanism that automatically creates, behind the scenes, VBA code that allows to setup basic workflow mechanisms between Exchange recipients....
Tags: Microsoft VBA, TechGenix, Microsoft Outlook, Groupware, Microsoft Office, Office Suites, Software, Enterprise Software
White papers 2005-09-27
The difference between VBA functions and statements
Whats difference between VBA and VB.Net?I have never worked on VBA, but as it linked with visual basics I am deeply interested in knowing the difference between two.
Tags: Scripting languages, vishalluthra@..., VBA
Discussion threads 2007-05-16
VBA Password Recovery (exe)
VBA Password Recovery recovers lost or forgotten passwords to all types of documents with Visual Basic for Applications VBA code. The program supports all applications of the MS Office suite (Excel, Word, Outlook, PowerPoint, and Access), Corel WordPerfect Office and others that use VBA. This version is the first release...
Tags: Password, Recovery, Microsoft VBA, VBA Password Recovery, Scripting Languages, Software/Web Development, Web Development
Software downloads 2007-12-13
VBA
I have design a VBA software using office2003 Excel & UserForm.While my programming running if user open an excel file by double click, that excel file open in my excel application.I want to open each excel file in a different window.
Tags: Scripting languages, neelaya_patnaik@..., Microsoft VBA
Discussion threads 2007-10-13
  • << Previous
  • page 1 of 1
  • Next >>


Crash Course: Microsoft Excel
This pre-packaged presentation contains everything you need to get end users up to speed fast about Microsoft Excel --even if you don't consider yours ...
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now

CIO Sessions