It is word 2010. I am not sure how the comment feature could be used to isolate content in the document. Can you reference comments in vba?
Also, I wonder if the traditional vb textboxes (like ms access) are available. I think multiline textboxes might work. My other thought is a multiline...
SkipVought,
Yes, they'll all have a similar name. So for the facilitator content blocks, they'll all be named facilitator1, facilitator2, facilitator3. The regular content blocks will be named something like regular1, regular2, regular3, etc... I need the button to automate the naming of the...
Hello all!
I am new to the forums. I am working on a project and am wondering the best way to go about accomplishing a particular task.
A little about the project:
The project involves automating a client's training guide creation process. Training developers create training guides using a...
Very close... that was an excellent suggestion btw. I did fool around a bit with Date_Format, with no luck. For future reference:
Private Sub Command74_Click()
FOL.Visible = True
FOL.SetFocus
Dim strWhere As String
Dim strSQL As String
strSQL = "SELECT TicketNumber, TicketNumber FROM Tracker "...
Yes Sir, and I saw the code rejected in the debug window. So my question, then, is as follows:
Given the two variables:
Initial: yyyymmdd (It is stored in the table in this format)
DateAdd Variable (Which is in a format I'm unfamiliar with)
How can I compare the two variables? I would need to...
Good news and bad newbs... the good news is, the third query works perfectly. The bad news... the first two do not. I modified the code a bit, to try to suit the needs of the tables. The format for the date of "Initial" is yyyymmdd, which makes the calculation pretty simple, but it doesn't seem...
Firstly, thank you very much for your help. I look forward to trying the code, and implementing the technique you've used in future projects.
however...
This may seem like a rediculous question, but how do I create an options group? I have three options, each created individually. I must be...
Hello All,
I've been working on a project for some time now - a ticket tracker to be precise. There are three fields in the table:
Initial Request Date
Followup Request Date
Ticket Identification Number
I've been trying to write VBA code that will retrieve the ticket numbers that were...
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.