Search results

  1. J

    Importing From CSV File Truncation problem

    Hi, I have been given a large CSV file extract where the column headers go upto Range DX. I have tried the following but it seems to truncate the headers which is causing it to think there is a duplication due to some headers being very similar. These are example headers Exit Survey - Survey...
  2. J

    Listbox Use via VBA

    Hi, I am very new to VBA and having issue with listbox. for example Formname = Main shows in VB as Form_MAin Listbox = JobStatus Multi Column I have a function in a module Public Function FillStatusList() With Form_Main.JobStatus .ColumnCount = 2 .RowSourceType = "Value List"...
  3. J

    Hello from UK

    Hi, Im a beginner in VBA and VB Net been doing bits and bobs here and ther, mostly just learning.
Back
Top Bottom