Forum: Visual Basic 4 / 5 / 6 Apr 18th, 2008 |
| Replies: 3 Views: 1,657 Thanks for the reply. I got the problem resolved using the following code:
Private Sub OK_Click()
Application.ScreenUpdating = False
ActiveWorkbook.Sheets("Amortization... |
Forum: Visual Basic 4 / 5 / 6 Apr 17th, 2008 |
| Replies: 3 Views: 1,657 I am trying to write a code that asks for a date in a user form text box and then takes that date and looks for it in a range. Once it finds that date I want to enter the data from the second text... |