Search results

  1. F

    Need to close pop up form and stop code

    Thanks Mark for your fast reply. I never thought of this. I'll give it a try.
  2. F

    Need to close pop up form and stop code

    Hi, I'm a novice with VBA. This seems to be simple, but I cannot find an answer. I have a subform with a button that runs code after the "on click" event. While the code is running, a pop up form is triggered that pauses the code until the user makes a selection on the pop up form. Once the...
  3. F

    Copy Word Doc in SharePoint, Rename It, and Save Back in the Same Folder

    Hi, I'm new to VBA and struggling. I'm trying to copy an existing Word document in a SharePoint folder, renaming it for use as a backup, and same it into the same SharePoint folder with the existing Word document. In other words, I would like to have the existing document and backup document...
  4. F

    Stop Macro with VBA on Pop Up Form

    Hi, I'm new to VBA and this sounds simple (I think). I have a pop up form that is opened in dialog mode by a macro in Access 2010. The macro also performs other steps after other buttons on the form are pressed. I then placed a "cancel" button on the pop up form to close everything out...
  5. F

    Insert date into a specific cell in a table

    Thank you, that worked perfect!
  6. F

    Insert date into a specific cell in a table

    Thank you! I'm new to Access and still learning.
  7. F

    Insert date into a specific cell in a table

    Hi, I need some help. I'm using Access 2010, and I am looking for vba code that will insert a date that is entered in a pop up form into a specific cell in a table in the db. Specifially, I would like to have the date inserted in the the field entitled "Accumulation Date" in the table, but...
  8. F

    File Does Not Exist Code - Improve functionality

    Re: File Does Not Exist Code - SharePoint File Hi, I am new the VBA. I am wondering if someone can help me with VBA code to check if a SharePoint file exists, and if it does exist, continue on. But if it does not exist, have a pop up message indicating "No File". All the file are in different...
  9. F

    Newbie Here - Need Help With Formatting After a Merge

    Great tip...it worked well. Thanks! I also found out that the formatting of merged text can be changed as a deflault by clicking on the very small diagonal arrow located in the lower right hand corner of the Paragraph section on the Home tab in Word. That seemed to help too.
  10. F

    Newbie Here - Need Help With Formatting After a Merge

    Hi, I am a novice with VBA and can certainly use some help. I have been losing hair with this. I have a button on a pop up form that merges two Word documents into one Word document. The formatting in both documents are exactly the same. When merged together, the formatting somehow gets screwed...
  11. F

    Hi All

    I'm a newby to Access. I have struggled thru developing a small Access database for work, but I can certainly use help with VBA.
Back
Top Bottom