Recent content by geoxis

  1. G

    How to import Excel file to CSV Step-by-Step

    please any help on this!!!!
  2. G

    How to import Excel file to CSV Step-by-Step

    This is what I have come up with so far, but I am having trouble: Private Sub CommandButton1_Click() Dim FName As Variant Dim Sep As String Dim wsSheet As Worksheet Dim nFileNum As Integer Sep = InputBox("Enter a single delimiter character ,", _ "Convert to CSV") For Each wsSheet In...
  3. G

    How to import Excel file to CSV Step-by-Step

    thanks - but I need to convert in CSV format, because I need to import in another program also that can only accept CSV formated files. thanks, G
  4. G

    How to import Excel file to CSV Step-by-Step

    I need it in CSV because I need to import it into access. Basically I want to create a template in excel that I will give someone to fill in. When this person has finished to fill in, I want this person to convert (by pressing a button) the file in CSV format and then send via email to someone...
  5. G

    How to import Excel file to CSV Step-by-Step

    Sorry, Yes I would like to be able to convert the excel file that I have attached to CSV format by pressing a button. Thank you
  6. G

    How to import Excel file to CSV Step-by-Step

    please please any help??
  7. G

    How to import Excel file to CSV Step-by-Step

    All, I have an excel file that I would like from a click of a button import into a CSV file. Can anyone please help me on this please. I am a newbie so please KIS and step by step. I have attached the intended file I need to have a buttom that I press to export into CSV. Thanks, G
Back
Top Bottom