totalfile

  1. Y

    Search textbox for listbox

    Please, I need a search textbox for this code Private Sub UserForm_Initialize() Dim x As Long, FileNum As Long, TotalFile As String, Lines As Variant FileNum = FreeFile Open "C:\Temp\History.txt" For Binary As #FileNum TotalFile = Space(LOF(FileNum)) Get #FileNum , , TotalFile Close #FileNum...
  2. R

    Extract data from between 2 strings

    Hello, I have hundreds of text files that have lots of random text (hundreds of lines). The only text they have in common (minus the variables that I need) is shown below. BIngooK~G______ÿþÿ_T_O___4_T_5_0___H_Y_3_B___7_K_4_P_____ÿþÿ_%_5_7_%___d_ÿþÿ 1_1_1_1_2_2_2_ÿþÿ...
  3. P

    Hitting cell character limit (I think)

    Hello, I have the below VBA code that pastes data from a text file into Cell C20 if the "show data" string exists in the file: Dim FileNum As Long, TotalFile As String FileNum = FreeFile Open "C:\pete.txt" For Binary As #FileNum TotalFile = Space(LOF(FileNum)) Get #FileNum , ...
  4. P

    How to specify 'cut off point' for pulling data from within a cell

    Hello, I have the below code that inserts data from a text file into cell A1, if the text file contains the string "Checking for drops": Dim FileNum As Long, TotalFile As String FileNum = FreeFile Open "C\pete.txt" For Binary As #FileNum TotalFile = Space(LOF(FileNum)) Get #FileNum...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top