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 strongm 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: *

  • Users: DylaBrion
  • Content: Threads
  • Order by date
  1. DylaBrion

    Excel Macro Not Woking fro Some Users

    Hello Can you please help. I have developed a macro enabled excel workbook with VBA code providing functionality. The code works fine on my laptop / desktop but does not seem to run from the same button for a user on another PC. When the user clicks the button they receive a warning message...
  2. DylaBrion

    Opening SaveAs Diolog Box for Excel

    Hello Can you please help with the following, I have the following code to save an excel workbook with a defined name to a defined file path. The code works fine. However the file is saved with no visible evidence of it saving unless the user goes back to the destination folder to check. I...
  3. DylaBrion

    Excel VBA Tools / References - Do they work across multiple users / computers / excel version

    Hi In an earlier thread it was suggested that I ensure that Reference Object Libraries for Outlook and Word are selected within Excel VBA This helped resolve some issues with the code I have a general question as follows Given that my excel workbook will go to multiple users with different...
  4. DylaBrion

    Bug When opening outlook to create a calendar entry

    To All Can anyone help. I have some code (pasted below) which opens outlook from excel and creates a calendar invite. It works fine for about 70% of the time. For the remaining 30% I receive an error message stating the Microsoft Outlook has stopped working. When I click debug the line is...
  5. DylaBrion

    Excel VB - Object Reference not set to an instance of the object?

    Hi Can anyone help with the following code which is triggered by a command button to save the excel file and create an email in outlook The saving of the excel works fine When the code then tries to create the email I get the following message Object Reference not set to an instance of the...
  6. DylaBrion

    Excel Validation Drop Down Box Clears / Disappears when Saving . Could this be VB coding causing it

    Hi Can anyone help. I have an issue with my excel sheet that loses the drop down data validation boxes when saving. I'm not sure what is causing it but wondered if it could be VB code or I could write some VB to stop it happening? Many Thanks
  7. DylaBrion

    VB to Resize inserted object into Cell on Excel Worksheet

    Hi Can anyone please help with the following I have the following code below to insert an object into selected Cells in excel When the object icon is inserted it's size is bigger than the cell. I would like to adjust the icon to a specific size or automatically fit the cell Is this possible...
  8. DylaBrion

    Excel VBA User Form Centering when using two Monitors

    Hi Can anyone help with the following. I have a User Form which I would like to centre (on opening) on one of my two monitors. I have found the following code (which runs on user form initialising) Private Sub UserForm_Initialize() With GenAvailInputForm Me.StartUpPosition = 0 Me.Left =...

Part and Inventory Search

Back
Top