Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rguglielmon

    Programmatically adding references

    I want to create an Excel Add-In that references the Access and ADO libraries. I'd like to avoid having the user manually add these references. From the Help documentation it looks like I can use the References collection to add references by GUID. I tried to play around with this by looping...
  2. rguglielmon

    Closed files still appearing in Project Explorer Window

    I have a macro that opens and closes a number of workbook files. The problem is that the files remain in my Project Explorer window even after closing Excel and rebooting. I've done similar things before and never had this happen. Here's the code I use to open the files: Set RegionBook =...
  3. rguglielmon

    Get Row # of last row in UsedRange

    How do I get the row number of the last row in a range returned by the UsedRange property of a Worksheet? In other words, what is the last row used in the sheet? I have been using ActiveSheet.UsedRange.Rows.Count but just realized that this doesn't work if the worksheet does not use rows at the...
  4. rguglielmon

    Create Separator in Menu

    I am using CommandBarPopup & CommandBarControl to create custom menus. How do I create a separator bar to group menu items? I tried the VB technique of "-" as caption but that doesn't work.
  5. rguglielmon

    Creating menus in Excel Add-Ins

    I am trying to create an add-in with custom menus associated with macros I want to distribute. I tried to follow the instructions in the MS OFfice XP Developer's Guide. I did the following: - Created a new workbook - Created macros in a module in the workbook - Created a custom top level menu...
  6. rguglielmon

    Distributing macros to Excel 97 users

    I have created a number of Excel macros written in Office XP and I need to distribute them to users of Office 97. The questions I have include: - Does Excel 97 also have Add-Ins in the same manner as Excel XP? Can I create custom Add-Ins and distribute them to other users? - If so, where should...
  7. rguglielmon

    Retrieve current page number in Word

    How do I retrieve the current page number in a document in Word? I've looked through the object model and see no objects, properties or methods that do this. Evidently, Word does not process pages as objects.

Part and Inventory Search

Back
Top