Subscribe to this page:
RSS
Email Alert

vba

(535 results)
 
  • Downloads

    SimpleIPC 1.0.0.1 (Windows)

    April 21, 2009 12:00am PDT

    SimpleIPC lets you do the following events. Run unstable code in an expendable worker process, and communicate with the delegate process over the IPC Channel. If there's a process crash, it's the...

    Provided by: Cognitier

  • Podcasts

    Office Development Developer (Part 02 of 11): Combining VBA and Document-Level Customizations

    April 20, 2009 12:00am PDT

    Visual Studio 2008 includes tools that help to customize Microsoft Office applications as part of the own solution. This podcast describe tasks that are common when developing solutions based on...

    Provided by: Microsoft

  • Downloads

    GUID Generator 1.0 (Windows)

    April 18, 2009 12:00am PDT

    This simple utility generates a Globally Unique Identifer (GUID). This is a long string that is guaranteed to be unique across the globeYou can use this GUID to uniquely identify a user, computer,...

    Provided by: Decision Point Solutions

  • Q&A

    Need help making dependant drop down lists in excel!

    April 17, 2009 8:38pm PDT

    Is this the same spreadsheet from your previous post? This one? http://techrepublic.com.com/5208-6230-0.html?forumID=101&threadID=306982&messageID=3056672 It's always better to keep a...

  • Downloads

    Code Visual to Flowchart 6.0.0420 (Windows)

    April 15, 2009 12:00am PDT

    Code Visual to Flowchart is an automatic flow chart generator software. It can reverse engineering a program, create programming flowchart from code, mostly used on flowcharting a program and...

    Provided by: Fate Software

  • Downloads

    Spreadsheet Basic 1.2 (Windows)

    April 9, 2009 12:00am PDT

    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....

    Provided by: Spreadsheet Basic

  • Downloads

    Excelified Daily Planner 1.0 (Windows)

    April 7, 2009 12:00am PDT

    Advanced with VBA coding, you can store your past and present appointments for future reference. Its easy to use and understand.

    Provided by: Excelified

  • Downloads

    Excelified Advanced Budget 1.0 (Windows)

    April 7, 2009 12:00am PDT

    Keep track of your budget easily with the Advanced Budget Excel Workbook. Enhanced with VBA and packed with tons of features, you will always know what bills are due, when they are due and how...

    Provided by: Excelified

  • Q&A

    Application Roles in VBA

    April 6, 2009 7:42am PDT

    Application Roles in VBA Hello Can someone please help. I am trying to connect to a SQL2005 database through VBA in Excel. I have set up a Application Role with permission to select from my...

  • Q&A

    Application roles through VBA

    April 6, 2009 7:34am PDT

    Application roles through VBA Hello Can someone please help. I am trying to connect to a SQL2005 database through VBA in Excel. I have set up a Application Role with permission to select from my...

  • Q&A

    Problem opening Excel Sheet created from MS Access 2007 (VBA)

    March 19, 2009 3:03am PDT

    It's not this, is it? http://office.microsoft.com/en-us/products/HA101686761033.aspx Problem opening Excel Sheet created from MS Access 2007 (VBA) First: I am not an expert at development in VB,...

  • Q&A

    Track Changes using MS Excel VBA

    March 17, 2009 9:09am PDT

    Track Changes using MS Excel VBA I am using the below to track changes to any cell within a worksheet: Code: Private Sub Workbook_Open() Run "SaveWorkbookBackup" End Sub Private Sub...

  • Q&A

    Excel VBA Function assistance

    March 13, 2009 5:04am PDT

    Excel VBA Function assistance Cells in a column could equal s1,s4,t4,b4,s5 The letter could be any of 10 set letters, and the number is hours so could be eg 1.23 I have the array formula [...

  • Q&A

    With FlexGrids disabled, need something to replace it with same abilities

    February 18, 2009 11:50am PST

    With FlexGrids disabled, need something to replace it with same abilities In the latest MS update, they disabled flexgrids, and gave a new flexgrid that does not work in VBA. Is there a free...

  • Q&A

    VBA: print .prn files to a network printer using LPR

    February 17, 2009 11:44am PST

    VBA: print .prn files to a network printer using LPR I have this Word VBA code that merges a number of documents into .PRN files. Next I want to send these .PRN files to a network printer using...

  • Downloads

    SlavaSoft QuickHash Library 3.02 (Windows)

    February 16, 2009 12:00am PST

    Add hash, checksum and HMAC calculations to your Windows apps quickly and easily. Features: Implementation of popular algorithms: MD2, MD4, MD5, SHA-1,SHA-2 (256, 384 ,512), RIPEMD (128, 160, 256,...

    Provided by: SlavaSoft

  • Q&A

    Access07 filter report from multiple combo boxes

    February 12, 2009 3:17pm PST

    Access07 filter report from multiple combo boxes I have a form that has an unbound combo box that retreives all the filtered data from the choice I made then I click the report button and all...

  • Q&A

    File referencing in vba

    February 12, 2009 8:06am PST

    File referencing in vba Hi All. I have a user form in Word that populates a doc, saves as a temp file, emails as attachment and then kills the temp file. I am worried that with momre than one user...

  • Q&A

    Need urgent Access Help

    February 11, 2009 8:48am PST

    Need urgent Access Help I have created a database to track the workload of mobile vehicle technicians. The report/query is sorted by Zone names ie Zone 1, Zone 2 etc. I need to output the...

  • Q&A

    Access VBA Error

    February 9, 2009 9:38am PST

    Access VBA Error Hello, I am encountering an error whenver I try to run the datediff function in an access report. Its in the detail on format event. Can you not run this function during this...