Komentáře •

  • @evelyntan5066
    @evelyntan5066 Před 4 lety

    Hi, I would like to ask if I have more than two excel file change to CSV format. What should I need to add or change in your program?

  • @owen8092
    @owen8092 Před 4 lety +1

    Thank you so much!!!

  • @SajidAbbas-wc5jb
    @SajidAbbas-wc5jb Před rokem +1

    Appreciable, very easy to undersatand

  • @paulinefroehlig142
    @paulinefroehlig142 Před 3 lety +2

    Thanks a lot! Super helpful

  • @sanikanaik944
    @sanikanaik944 Před 3 lety +2

    Amazing video very helpful... Can you please tell us how can we convert all files in the folder to binary format?

  • @manaswinisahoo4555
    @manaswinisahoo4555 Před 3 lety +1

    Thanks for the video

  • @flemishlion9764
    @flemishlion9764 Před 5 lety

    Thank you for your tutorial.
    I would like to use this could on a folder with for example 20 files with .xls extension and save them as .xlsx extension, how would I achieve this?

  • @abigailbologa4160
    @abigailbologa4160 Před 2 lety +1

    This is great for a noob like me. Thank you

  • @trilochanjena3836
    @trilochanjena3836 Před 9 měsíci

    bro can you guide to create a command button in userform asking to export in specific format ie either excel file or pdf format only.

  • @user-nv5nt7ck1k
    @user-nv5nt7ck1k Před 11 měsíci

    Thank you. I tried to adjuste the Code to Chance the file from csv to Excel. But unfortunatily it not worked... please can you do it concrete ?

  • @memadhav5617
    @memadhav5617 Před 2 lety

    how to convert Excel file with multiple sheets? I want to convert multisheet workbook into csv(containing all the sheet data).

  • @rohithkumar8006
    @rohithkumar8006 Před rokem

    Hi, this video is useful...can i have the video for converting Excel CSV file to excel binary workbook. main reason for my use is to reduce the file size of which contains nearly up to 4/5 gb to less than 50 kb -50 mb..

  • @30MinuteProTrading
    @30MinuteProTrading Před 7 měsíci

    I want excel to convert a particular range only from the file, how to specify the range

  • @DSN_INFO
    @DSN_INFO Před 2 lety

    Hi after creating one copy how to stop this like if already csv file is present

  • @kinzaabid3786
    @kinzaabid3786 Před 3 lety +1

    Sir How to convert Excel 2007 VBA file to 'C'

  • @bbabventures3961
    @bbabventures3961 Před rokem

    Hi, Can this be used to save as a text file also?

  • @jinkashivaprasad6034
    @jinkashivaprasad6034 Před 19 dny

    Hii shall we convert multiple files at time?

  • @papakiawee1495
    @papakiawee1495 Před 4 lety +2

    hi sir. can i have a code for convertion for multiple file of csv convert to xlsx.. i only see 1 convertion per vba

    • @ExcelDestination
      @ExcelDestination Před 4 lety

      you can watch tutorial to convert csv to excel and excel to csv at below link :
      czcams.com/video/VDN9w6PBZIQ/video.html
      For multiple files, you can send me email, I have a team to work on excel vba automation work.

  • @rajeshadam2044
    @rajeshadam2044 Před rokem +1

    What is the code for convert multiple files

  • @limchunwei7799
    @limchunwei7799 Před 4 lety

    Hi, I want ask why I cannot save multiple sheets in single excel file by using the CSV format, after I click to save it, excel will pop out a dialogue, then I click yes. After I reopen it, just only one sheet had saved in my excel file. Otherwise, multiple sheets must be save respectively. Pls help me.....

    • @ExcelDestination
      @ExcelDestination Před 4 lety

      You can use this code withing loop statement. However some r&d would be required by you. Try yourself. If not possible for you.........then send me email at exceldestination@gmail.com

  • @venu7745
    @venu7745 Před 2 lety

    Thank You...How to convert vba file to excel..please let me know

  • @orayqt
    @orayqt Před 6 měsíci

    how to save as .csv utf-8

  • @capredo
    @capredo Před rokem +1

    Tks

  • @PujaKiPyaariDuniya
    @PujaKiPyaariDuniya Před 2 lety

    How to ask the path of file from a user

  • @amritgoswami4392
    @amritgoswami4392 Před 4 lety +1

    can you tell me excel to csv conversion. you just explain only excel to csv conversion

  • @asifshaikh8412
    @asifshaikh8412 Před rokem +1

    Csv to excel binary convert

  • @etf3203
    @etf3203 Před 4 lety

    Hi, is It the same for Excel to Text file?

  • @vijayakumarrajangam6021
    @vijayakumarrajangam6021 Před 3 lety +2

    Pls confirm how to change .csv to .xlsb with the help of VB

  • @chandrakantpatil9719
    @chandrakantpatil9719 Před 4 lety

    Can we create a CSV file from excel with the values of the selected columns using VBA code? can you share code for the same?

    • @ExcelDestination
      @ExcelDestination Před 4 lety +1

      yes, we can do that. Let me share the code soon.

    • @chilling54
      @chilling54 Před 4 lety

      @@ExcelDestination i need the same can u give me dad code? thanks

  • @talionisl8242
    @talionisl8242 Před 4 lety +1

    Error 1004 bro,, when im done and double tap the Click to convert file

    • @ExcelDestination
      @ExcelDestination Před 4 lety

      without looking at code, can't say anything. you can share your code at exceldestination@gmail.com

    • @talionisl8242
      @talionisl8242 Před 4 lety

      @@ExcelDestination i know now bro,,, thank you,, i just make small mistakes but now its perfect and i know

    • @jonelatendido9836
      @jonelatendido9836 Před 8 měsíci

      Private Sub CommandButton1_Click()
      Dim wb As Workbook
      Set wb = Workbooks.Open(Worksheets("Sheet1").Cells(2, 11).Value)
      wb.SaveAs Filename:="C:\Users\Jonel Atendido\Desktop\csv2pdf\csv2pdf.csv", FileFormat:=xlCSV, CreateBackup:=False
      wb.Close savechanges:=False
      MsgBox ("workbook is converted into csv format")
      End Sub

    • @jonelatendido9836
      @jonelatendido9836 Před 8 měsíci

      @@ExcelDestination Here is the command error 1004