Tech Support Guy banner

Discussions Showcase Albums Media Media Comments Tags

1-2 of 2 Results
  1. Business Applications
    Dear members, I'm having a lot of trouble with this VBA code for a table that has rows starting from 341-533 and columns A-K. I'm trying to write code that enters a specific string criteria in a text box to search for a string like "rent" or "volunteer" in a multiple detailed string column like...
  2. Business Applications
    Hi guys, I've been plying around with this code but cannot achieve what I want: Private Sub openDialog() Dim txtFileName As String Dim fd As Office.FileDialog Set fd = Application.FileDialog(msoFileDialogFilePicker) With fd .AllowMultiSelect = False '...
1-2 of 2 Results
Top