Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. simunjan62

    Get FileName of Last Modified Date

    Dear VBA expert, I am stuck with this how to get the filename of the LastModifiedDate and input the filename to a cell. I managed to open it from C:\Data, copy 2 sheets over but was unable to place the filename in cell IV2. I hope someone can help me on this. Any help is greatly appreciated. I...
  2. simunjan62

    Get FileName of Last Modified Date

    Thanks. I have posted it to forum 707 now.
  3. simunjan62

    Get FileName of Last Modified Date

    Dear VBA expert, I am stuck with this how to get the filename of the LastModifiedDate and input the filename to a cell. I managed to open it from C:\Data, copy 2 sheets over but was unable to place the filename in cell IV2. I hope someone can help me on this. Any help is greatly appreciated...
  4. simunjan62

    remove specific characters from a string of text

    Hi, No luck. I tried to edit from this code I got from somewhere before but it simple removed all the content in the column of my Table. Hope to get some help. Thank you in advance. Public Function RemoveWnR(ByVal strCode As String) As String Dim intTemp As Integer Dim byt As Byte...
  5. simunjan62

    remove specific characters from a string of text

    The VBA experts, I am still very weak in VBA String manulation and would like to find some help here. What happens is I have a column with numbers and alpha-numeric text in an Access Table that have certain characters I like to remove. The characters are W, R, B and K that have to be trimmed...

Part and Inventory Search

Back
Top