Hello everyone,
I have a database to track employee training, and I have created the module below to find the lowest date from multiple fields. It is working well until the dates are from the previous year. Is there a way to include the previous years? Or please tell me what I did wrong...
Hello everyone,
This might be a simple question, but i have been going crazy for a while now.
I am creating a PDF in Livecycle Designer and have a date field with a display value of MM/DD/YYYY and when you input in that fashion it works fine. But the person I'm making the PDF for requested...
OK guys i got this code to work for me the way in needed with a slight change. Thank you all again for the assistance...
Application.ScreenUpdating = False
Dim Tbl As Table
Dim i As Long
Dim noOfCol As Integer, j As Integer
For Each Tbl In ThisDocument.Tables...
Here is the code i was trying to make work, but it keeps deleting all the rows from the third one down no matter if it was blank or not.
Application.ScreenUpdating = False
Dim Tbl As Table
Dim i As Long
Dim noOfCol As Integer, j As Integer
For Each Tbl In...
Thank you all for replying, i guess i should have explained a little better. The form that is being used is a legal document in order to obtain a search warrant. The userform that i created has 15 boxes for any charged needed to be listed and 15 boxes for the statutes and the user fills in only...
First I want to thank anyone that can assist me with what will probably be a very simple code, but I am having trouble locating the solution.
I have a macro enabled word document with a userform that will populate bookmarks in a table. The table has 30 rows and 4 columns. If the user only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.