• Home
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Productivity
    • Excel
      • VBA
      • Tiny Tips
    • Android
    • WordPress
  • Social Media
  • Misc
    • Cricket
      • IPL Fixtures
      • VIVO IPL 2016 New Face
      • T20 World Cup
      • Cricket World Cup
    • India Elections
      • How Not To Prepare Yourelf For Polling
Menu
  • Home
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Productivity
    • Excel
      • VBA
      • Tiny Tips
    • Android
    • WordPress
  • Social Media
  • Misc
    • Cricket
      • IPL Fixtures
      • VIVO IPL 2016 New Face
      • T20 World Cup
      • Cricket World Cup
    • India Elections
      • How Not To Prepare Yourelf For Polling
  • Latest News
    Export Outlook Emails To Excel – VBA Code – 5,700+ Free Downloads
  • Latest News
    Excel To VCF Converter 1.1 – Excel To Vcard – 68,000 Downloads
  • Latest News
    Extract Web Page with Tables – Parse HTML Table – Data Mining Tool
  • Latest News
    Send Mass Email from Excel VBA 1.3 – Multiple Recipients – In Outlook
  • Latest News
    Web Scraping – Extract Data from Website – To Excel VBA
  • Latest News
    VCF To Excel Converter – Open VCF File – Free 28,000+ Downloads
  • Latest News
    Print Screen Automation – Take Screenshot, Save to File and Attach in Excel
  • Latest News
    Excel VBA – Import Data from Another Workbook – Macro to Query Excel
  • Latest News
    How to Telnet from Excel & Autorun Commands
  • Latest News
    Excel VBA – FTP Transfer – Files Download Upload
  • Latest News
    Microsoft Office – Communicator API – Verify Availability Status
  • Latest News
    Excel IP Address Lookup – Bulk GeoIP Lookup
  • Latest News
    Extract URL Links from Sitemap.xml file using Excel
  • Latest News
    Trace Lost Phone – Even Without Internet – Using SMS
  • Latest News
    Universal VCF to Excel and Excel to Vcard Converter
  • Latest News
    Download Facebook Videos – How To Get YouTube Video Downloader?
  • Latest News
    Block Game Requests On Facebook & Candy Crush Invites
  • Latest News
    How to Get stock prices in Excel? – Best Live Stock Ticker
  • Latest News
    How to Get Historical Stock Quotes In Excel – Google Finance
  • Latest News
    JSON Parser – Convert JSON To CSV – Excel VBA Macro
  • Latest News
    How To Screen Record – in IOS, iPhone, Android, Windows, Mac ?
  • Latest News
    How To Remove Duplicate Values in Excel, Google Sheets?
  • Latest News
    Best Bitcoin Trading Platforms – Cryptocurrency Market
  • Latest News
    Lock System at Scheduled Time with Excel
  • Latest News
    How to control Facebook Addiction? & Whatsapp Addcition
  • Latest News
    2018 – Hack Whatsapp Friends – Status Photos
  • Latest News
    Making SORT More Simple and Faster in Excel with Advanced Options
  • Latest News
    WordPress – Recent Posts Widget with Thumbnail – Without Plugins
  • Latest News
    Compare Two Excel Sheets – Highlight Differences – Macro VBA Code
  • Latest News
    Display Related Posts with Thumbnails in WordPress without Plugins
  • Latest News
    Post to Facebook Timeline through Email
  • Latest News
    100 CryptoCurrency Price – Ticker in Excel – Using VBA
  • Latest News
    Engineering Unit Converter Download – Excel Table – Feet To Meters
  • Latest News
    Android ICS File Viewer – Calendar file View in Exce;
  • Latest News
    Download – Backup Facebook Twitter Gplus Linkedin – Data To PC
  • Latest News
    How to remove #n/a in Excel? – Fixing Vlookup #n/a
  • Latest News
    #NoForwardsDay – New WhatsApp Texting Pattern that Would Make You Go Crazy
  • Latest News
    Sudoku Excel Download – Puzzle Solver – Free Game Help
  • Latest News
    Top 4 Whatsapp Tips and Tricks You Didn’t know Existed
  • Latest News
    Mortgage Calculator – Loan EMI Scheduler
  • Latest News
    Learn How To Code JavaScript in VBA
  • Latest News
    How To Open VCF File – Online VCF Viewers – 4 Easy Ways
  • Latest News
    How To Block Unwanted Text Messages in Iphone?
  • Latest News
    How To Scrap A Website Keywords? – Keyword Scraping Excel
  • Latest News
    Login to Facebook, Twitter, Google+ in IE from Excel
  • Latest News
    Excel Instant Messenger – Microsoft Office Communicator API Library
  • Latest News
    Skyrocket Website Traffic With Reddit
  • Latest News
    Excel Games Free Download – 2048 Tile Game
  • Latest News
    How to Speed Up Google Chrome
  • Latest News
    VBA Code – Create Index of Worksheets – with Links to each Sheet

Excel To VCF Converter 1.1 – Excel To Vcard – 68,000 Downloads

  • Excel to VCF Converter

    To Convert Excel To VCard, follow these instructions:

    1. Download & Open Excel to vCard converter app.
    2. Enable macro & content editing if requested.
    3. Copy contacts to vCard converter spreadsheet.
    4. Type output Vcf file name.
    5. Click on ‘Convert Contacts to Vcf’ command button.
    6. Open & verify vCard file created in same folder.

    Thats not all …

    Get free Vba code to convert Excel contacts to Vcf format (or xlsx to VCard File).

    If you are not that much familiar with Excel programming, then just quickly download this app & test it yourself.

    Read this .. before Using Xls to VCF Converter:

    • Do not leave any blank rows in between records. Code will stop conversion when it reads a empty row.
    • You can find the Output File in the same folder where the Excel File is stored.

    Download this to Convert Excel Contacts to VCF or Android Format

    Downloaded 70,141 Times

    Build your own converter app using the steps explained further:

    1. Excel To vCard Converter – Step By Step

    We manage contact details in Excel format mostly, because it will be in good readable format & easy to manage.

    Many services like gmail, yahoo, Outlook have option to import contacts from Excel files. But not all operating system or Email client provide this feature.

    To create a basic Excel to VCF creation follow these steps.

    1. Create a new Excel workbook with sheet1 having column headers as in below image.
    2. Once this is done, the free code present in this page can be used to export contact details to a VCF file.

    Excel to VCF VBA - VCard Generator - Excel to vCard Converter

    Excel to VCF VBA – VCard Generator – Excel to vCard Converter

    Download this Excel to VCF Converter - VCard or Android Format

    Downloaded 70,141 Times

    Also Read: Name Numerology Calculator - Lucky Number from Birthday - Excel App

    2. VBA Code to Convert Excel to VCF

    Open the newly created Excel workbook. Press Alt+F11 and copy paste the below code. Press F5 to execute the code.

    A VCF file will be generated in the path where the Excel is saved (Ex: “D:\OutputVCF.VCF”)

    Note: If You want to Insert alternate phone number for a Contact, check the syntax of VCF file and Insert the corresponding tag in the below code.

    Excel to VCF Converter - with VBA Macro code
    Visual Basic
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    'External Properties & Functions Declaration
    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal Operation As String, ByVal Filename As String, Optional ByVal Parameters As String, Optional ByVal Directory As String, Optional ByVal WindowStyle As Long = vbMinimizedFocus) As Long
    Private Sub Excel_To_VCF_Converter()
        'Open a File in Specific Path in Output or Append mode
        Dim FileNum As Integer
        Dim iRow As Double
        iRow = 2
        FileNum = FreeFile
        OutFilePath = ThisWorkbook.Path & "\OutputVCF.VCF"
        Open OutFilePath For Output As FileNum
        'Loop through Excel Sheet each row and write it to VCF File
        While VBA.Trim(Sheets("Sheet1").Cells(iRow, 1)) <> ""
            FName = VBA.Trim(Sheets("Sheet1").Cells(iRow, 1))
            LName = VBA.Trim(Sheets("Sheet1").Cells(iRow, 2))
            PhNum = VBA.Trim(Sheets("Sheet1").Cells(iRow, 3))
            Print #FileNum, "BEGIN:VCARD"
            Print #FileNum, "VERSION:3.0"
            Print #FileNum, "N:" & FName & ";" & LName & ";;;"
            Print #FileNum, "FN:" & FName & " " & LName
            Print #FileNum, "TEL;TYPE=CELL;TYPE=PREF:" & PhNum
            Print #FileNum, "END:VCARD"
            iRow = iRow + 1
        Wend
        'Close The File
        Close #FileNum
        MsgBox "Contacts Converted to Saved To: " & OutFilePath & " - Join Email Subscription To Get Latest Updates"
        ShellExecute 0, "Open", "https://officetricks.com/email-subscription-page/"
    End Sub


    Copy and Import to Android Contacts:

    • You can view this VCF File created from this Excel to VCF converter in any text editor like notepad, because this is not an encrypted file format.
    • This File can be copied to Android Phones or any other VCF supporting device or application and imported into Phone Contacts.
    • From Android Device Contacts, choose Import from SD card option and select the file you just copied. Android will start to import the contacts to the device.

    3. What is VCF or VCard File?

    It is a file format used to store Contact Information like Name, Phone Number, Email Address, Mailing Address etc.,

    In this this article you can learn – how to convert phone contact information in an Excel File to VCF file with VBA code and a trial product to generate contact file on your own. After Conversion this file can be transferred to supported Mobile Phones or Email Accounts to update in Contacts.

    Related: Export VCF file to Excel

    Also Read: How To Type Subscript in Excel - Superscript Options - Excel VBA Code

    4. Sample File format of Excel to vCard Converter

    Each contact starts with a BEGIN: tag followed by Contact fields & then terminates with END: tag. In few advanced VCF formats, there are fields available to add even the profile picture, social profile, website etc.,

    BEGIN:VCARD
    VERSION:3.0
    N:FirstName;LastName;;;
    FN:FirstName LastName
    TEL;TYPE=CELL;TYPE=PREF:0123456789
    END:VCARD

    This converted VCF or vCard format is supported in many Email clients, Smart Phones and Operating systems to store the Contact details. For Example: Microsoft Outlook, Gmail, Android, iPhone & other smart phones.

    Do not forget to read this article how to open & verify a vcf file.

    The advantage of a VCF file are:

    • It is not an encrypted file format.
    • You can open this file using any Text file editor & modify manually.
    • You can transfer the file over internet through Email or a simple file transfer through a USB Cable, Wifi or Bluetooth between devices.

    Summary
    Developer Rating
    1star1star1star1star1star
    3.5 based on 30 votes
    Software Name
    Excel to VCF Converter Tool
    Operating System
    Windows
    Software Category
    Desktop
    Price
    USD 5
    Landing Page
    https://officetricks.com/convert-contacts-in-excel-to-vcf-format/

    Author: Kumarapush

    Kumarapush has experience in IT industry for 12+ Years including 10 Years in MNC. Has vast expertise in Microsoft Excel automation using VBA Macro. Excel to CSV converter is one of his famous tool that has been downloaded & used by 68,000 users around the globe.

    View all posts by Kumarapush | Website


    Previous Post: Extract Web Page with Tables – Parse HTML Table – Data Mining Tool
    Next Post: Hello World Program – Google Spreadsheet Scripts


    • krishna

      i tried the same, it worked!!
      but it shows only 1st record from excel, How to include all the records

    • krishna

      I tried the same !!! it worked perfectly,
      But is created only 1st record from my excel. how to do for all the records in my excel ?

      • https://officetricks.com/ kumarapush

        Hai Krishna,
        Please try using the Free download available in this page or send me (kumarapush123@gmail.com) the Excel you used to create the VCF file, so that I could find the error in your code.

        • Alaska Raj

          Hi can you tell me how can i put my excel contact to my phone memory?

          • https://officetricks.com/ kumarapush

            1. Download the Excel App from this Page.
            2. Copy your excel contacts and paste them in this App.
            3. Click convert to VCF button.
            4. A VCF file will be created in the mentioned path.
            5. Connect your Mobile to computer with a Connecter and transfer the file to Mobile.
            Now, from mobile, click the VCF file. Your smart phone will add the new contacts to its list.

            • Brijj

              Click convert to VCF button – This button is not active

    • https://officetricks.com/ kumarapush

      [Mailed Comment]Hi dear i am kashif. I need a help. i want to make Vcard for android
      phone. i copied contacts from a word file to excel. first the numbers
      did not display first num 0 . but after taking some guideline from net i
      managed to insert 0 . but when i convert that sheet into vcard and
      export to my android there zero is not displyed.

      Ishall be thankful if you help me out.

      Regards.

      • https://officetricks.com/ kumarapush

        Hi Kashif, In the phone number column, enter the phone numbers starting with a single quotation mark as below. and then press ‘Convert Button’. (i.e., [Single Quote][zero][Phone Number])

        Example: ‘01234567890

        Enter Phone number in this format, generate vcf file and upload to your phone. This way, phone numbers uploaded to your mobile will have ‘0’ in the beggining.

    • rowdy

      thanks a lot.. you made it very easy!

      • https://officetricks.com/ kumarapush

        Welcome 🙂

    • Agatha Alice

      Coolmuster Android Assistant, we can use it to move almost everything from android phone to computer, and we can also use it to manage apps, contacts on computer, the transferred contacts would saved as execel format.

    • Ed Bentall

      Hey, this is AWESOME! But I have two questions. Firstly, it only created a file with 2,700 entries when I have 3,300 contacts to convert. Do you know why this is? Also, can you advise how I would change the code so that it imports an email address instead of a phone number? I just imported 2,500 contacts with email addresses in the phone field 🙂 Thanks for your help

      • https://officetricks.com/ kumarapush

        1. “Printed only 2,700” : If there is any empty cell in first column then loop will end. You excel might be having an entry without “First Name” in row 2701.

        2. To add Email Address to VCF: Replace this line in the above code
        Print #FileNum, “TEL;TYPE=CELL;TYPE=PREF:” & PhNum
        with this one.
        Print #FileNum, “EMAIL;TYPE=PREF,INTERNET:” & PhNum

        There is a Wikipedia link above that has the formats for each field in a VCF file. I recommend you to read that link once before any conversion.

    • Ekeke Emmanuel

      Pls Sir i have tried the file it only gave me one line vcf file. What is the right code to use as to get multiple vcf file

      • https://officetricks.com/ kumarapush

        It will create one VCF file only. Open that VCF file in Text pad or Notepad. It will have all the contacts that you typed in Excel.

        I mean., This one VCF file will have all the contacts details that you mentioned in Excel. If you still have any issues, mail me a sample Excel that you have issues(modify phone number & person names before sending me).

    • Ekeke Emmanuel

      its my pleasure sir i got it.but i have another challenge how can i copy a number like as follows to excel csv and be able to retain the 1st leading zero.
      08023155138
      07053965437
      07057922359
      08149887360
      08076526411
      08023488311
      08146797980
      08175841445

      • https://officetricks.com/ kumarapush

        Put a single quote in starting of each number to retain leading zero. (like ‘01233456789) – A Single Quote Only in beginning not at end.
        Note: Please do not post real phone number in this site.

    • venkatesh

      Hi kumar,

      conversion done but i can’t import form vcf file to mobile. It shows error like format is not supporting.

      Kindly help me out to sort out the issue

      • https://officetricks.com/ kumarapush

        What is the mobile you are using? (Manufacturer & Model).

    • Sravanthi

      Thanks for your post.I tried different converters, but didn’t work at all.Used a slightly changed version of your code for my mobile contacts and worked like charm. Thanks Again.

      • https://officetricks.com/ kumarapush

        Can’t express how encouraging it is to get such a nice comment. Thanks for the Compliment.

    • http://www.facebook.com/desktopdecor Alkama Zaif

      Its Really Works.. not like other software to purchase full version etc.

      • Layola

        Hi..How to add alternate number in this coding..?

        • Layola

          Got it..Thanks

    • Jitendra Degama

      Pls help, I tried to convert contact from excel to Vcard by your excel sheet, but only first contact has been converted to vcard instead of all. I am using excel 2007.

      • https://officetricks.com/ kumarapush

        Hi Jitendra, Hope this is resolved after our Email conversation. Have a Nice day Dude.:-)

        • sanesh

          Hi I too have the same issue, could you please advice the solution to sanesh.of@gmail.com

    • lahratla

      What syntax should be added to the VBA code to add prefix/initial to the names and insert an alternate number?

      • https://officetricks.com/ kumarapush

        You can get the Syntax for the VCF from Wiki. Please get the Keywords for Prefix name and Alternate number.

        Once you find it, then it is all just 2 or 3 lines that you have to add to this code to get Prefix + Alt Number in your output VCF file.

    • kirti sharma

      Its is not working. i have been trying for 3-4 days.

      • https://officetricks.com/ kumarapush

        May be You could have mailed me earlier when you had problem on the first day itself. Please mention what is the difficulty or issue you are getting so that I could resolve the issue. I have mailed you requesting for details.

        • https://officetricks.com/ kumarapush

          This issue is resolved and closed through TeamViewer Session. There is no error found in the Tool in this page.

    • Leanca Radu C.

      Thank you !

    • ajtech

      How to change the vcf file encoding to utf8 in VBA?

      • https://officetricks.com/ kumarapush

        I believe it is completely a different topic. But, I am interested in knowing – ‘Why utf8?’ . Please suggest so that it helps other readers as well.

    • Linh Hoang Dang

      Can you please help, it kept saying Subscript out of range. Thanks so much for your help.

      • https://officetricks.com/ kumarapush

        Which line is it giving this error?

        • Linh Hoang Dang

          I followed ur instructions, pasted the code, pressed F5, and it popped up the line – Subscript out of range

          • gleb

            “Subscript out of range” error case:

            use english version of excel or change “sheet1” to the name of sheet in your language.

    • Yash Pradhan

      The code is not executing

      • https://officetricks.com/ kumarapush

        Not Executing. Please explain the steps you followed & what did you try to execute it?

    • Dalip

      Excel Data converted to VCF File. on importing vcf file in Android showing error ” format not supported”.

      please help

      • https://officetricks.com/ kumarapush

        Might be running a older version of Android that supports a different VCF version.

    • Dalip

      I am using Gionee M3 System Version GN4.4.10, Android Version 4.4.2, Kernel Version 3.4.67

      Excel Data converted to VCF File. on importing vcf file in Android showing error ” format not supported”.

      please help

    • Sohail Abbasi

      I has been trying this since morning, and was no way found to do it,
      Now, i did it, Thanks a lot man.
      It is very easy. Please tell me your email address , i have to ask one more question, i will send you Excel sheet.

      • https://officetricks.com/ kumarapush

        Hi Sohail, Is this resolved? Email further details.

        • Sohail882

          It has been resolved, Thanks.

    • sagar

      sir i hve been trying to convert my sheet but every time i press run button i get a dialog box showing the macros in this project are disabled.. what to do ?

    • Martha

      Hi, I have a mac and want to import my contacts and copy them to my pc outlook contacts. Do you know how can I make it!

    • Martha

      Sorry I meant export my mac contacts to pc outlook contacts… sorry!

      • https://officetricks.com/ kumarapush

        Email me a sample of your mac contacts excel. To officetricks123@gmail.com

    • desuja

      wont be able to convert excel to vcard

      • https://officetricks.com/ kumarapush

        What is the difficulty you are facing Desuja? Email me the excel to me @ officetricks123@gmail.com

    • Kevin

      This worked incredibly well, thank you!! How would I go about adding an additional phone number, like Work or Home, as well as their cell?

      • https://officetricks.com/ kumarapush

        I am checking on this. Missed this comment for a long time. 🙁

    • Bruno Zotti

      I am not able to run the script when I paste it. To be honest, I don’t know where to paste it since it doesn’t work where ever I paste it. Please explain, this programming stuff which I’ve got no clue about.

      • https://officetricks.com/ kumarapush

        Watch this 1 Min Duration Video to quickly learn where to paste the code.
        https://youtu.be/LyuOFI0fhwg

    • Sanjay

      I am having a list of contacts in excel. This is working but only the first contact is converted and not the whole sheet

      • https://officetricks.com/ kumarapush

        How did you confirm that VCF file has only one record in Input? Please open the VCF output file in a Notepad and confirm whether it has only one record.

        If you see only one record in notepad, then please ensure that first column of your Excel does not have any Empty Cells or Control Break Line Feeds.

        If you are still not able to find the issue, email me the Excel file.

    • Compliance Chennai

      HI,

      Thanks for the code, its converted successfully and import to my phone.

      Thanks a lot..

      Arunkumar K

    • Kevin

      I’m not sure you saw my question a couple months ago, how would I go about adding an additional phone number, like Work or Home, as well as their cell?

      • https://officetricks.com/ kumarapush

        I will update this in my new article. Watch out this space.

    • Arpi K

      Hi Kumar,
      Thanks a lot for sharing this process. I am new to VB and Macros. On pressing alt f11 i am taken to visualbasic editor, but i see blank screen after entering VB editor. What option should i select to paste the code you have mentioned ? i am using Excel 2003.Also, please let me know if its possible to store the output file in different folder in c or d drive?

      Thanks
      Arpi

    • barna

      tryong a lot bt can not convert excel to vcard file

    • Santhu Major

      Hey can you add columns for adding email id and office number. It would really help me out.

    • Santhu Major

      Hey can you add columns for adding email id and office number. It would really help me out.

    • KnapsacK

      Sir, I would suggest a change.
      Instead of: Print #FileNum, “N:” & FName & “;” & LName & “;;;”
      Use: Print #FileNum, “N:” & LName & “;” & FName & “;;;”

      And for multiple phone numbers:
      Instead of: Print #FileNum, “TEL;TYPE=CELL;TYPE=PREF:” & PhNum

      Use: Print #FileNum, “TEL;TYPE=WORK;TYPE=PREF:” & MoNum
      Print #FileNum, “TEL;TYPE=HOME;TYPE=PREF:” & PhNum

      where,
      MoNum = VBA.Trim(Sheets(“Sheet1”).Cells(iRow, 3))
      PhNum = VBA.Trim(Sheets(“Sheet1”).Cells(iRow, 4))

      Since vCard ver 3.0 has the following syntax:

      BEGIN:VCARD
      VERSION:3.0
      N:Gump;Forrest;;Mr.
      FN:Forrest Gump
      ORG:Bubba Gump Shrimp Co.
      TITLE:Shrimp Man
      PHOTO;VALUE=URI;TYPE=GIF:http://www.example.com/dir_photos/my_photo.gif
      TEL;TYPE=WORK,VOICE:(111) 555-1212
      TEL;TYPE=HOME,VOICE:(404) 555-1212

      • https://officetricks.com/ kumarapush

        Thanks for this wonderful contribution, Very much appreciate your help.

    • Indu Sudhir

      Sir, if I use the template I get the error Compile error in the hidden module: Module 1. code incompatibility with the version or platform. And if I use the code using alt f11 I get the error to upgrade the code from 32 bit to 64 bit. please guide me how to do that. Thanks

      • https://officetricks.com/ kumarapush

        Please refer the comment to shaheer in this page that has solution. please try and post here if it did not work. thank you.

      • https://officetricks.com Moderator

        The New Version now supports 64 bit & 32 bit Office Installations

    • shaheer

      when i tried to run the code ,I got this error,,Please help me

      • https://officetricks.com/ kumarapush

        Please answer these questions.
        1. What is the the OS & version?
        2. Is it 32 bit or 64 bit?
        3. What is the version of Excel?

      • https://officetricks.com Moderator

        All the Errors are fixed. The new version does not give any errors.

    • http://www.hostick.ir Masoud Avard

      tnq bro
      that was amazing
      tnx a lot

    • https://officetricks.com/ kumarapush

      Thanks Intekhab Saiyed for trying this product.
      I will be happy to make the changes and deliver it to you for nominal price. Please share the info on what additional customization you would require.
      I am sorry to say that Code is not for sale.
      If you are happy with the trail version available in this page, you could opt to buy the premium version of the product.

    • LIZZY

      . I
      muѕt аdmіt I fіnd іt іnѕіghtful tо rеаd уоur роѕt. Thіѕ іѕ рrоbаblу thе bеѕt аnd
      dеtаіlеd ѕtер-bу-ѕtер guide I hаvе еvеr ѕееn on hоw tо соnvеrt Exсеl tо Vсаrd,
      Exсеl tо VCF сrеаtіоn. Kеер uр thе gооd wоrk.

      • https://officetricks.com/ kumarapush

        Thanks Lizzy for your time & sharing your experience.

    • Abby B.

      I did this on my work machine because my personal computer is a mac and the macros don’t work on mac excel. Definitely works like a charm on my phone and windows machine though. Any ideas on how to make the macros all work in mac? A lot of macros work in mac excel, but some cause me problems…

      • https://officetricks.com/ kumarapush

        Yes. The file system is different in Windows & Mac. The macro code that reads the input file in Mac should be modified a bit.
        Sure. I will make this change & update the App in this page as soon as possible.
        Thanks for the comment.

Post Categories
Popular Posts
Export Outlook Emails To Excel...
Excel To VCF Converter 1.1 –...
Extract Web Page with Tables –...
Send Mass Email from Excel VBA...
VCF To Excel Converter –...
Web Scraping – Extract Data...
Print Screen Automation –...
Excel VBA – Import Data from...
How to Telnet from Excel &...
Excel VBA – FTP Transfer...
Microsoft Office – Communicator...
Excel IP Address Lookup –...
Recent Posts
Enable Insert button in Excel greyed disabled show
Excel Insert Button is Disabled...
Excel VBA Find String in Range Return Row Change Background color Remove Duplicates
Excel VBA - Find String in Range...
Excel VBA Convert Amount in Numbers to Words US Dollar Million Indian Rupee Lakhs Crores finance
Excel VBA Convert - Amount (Numbers)...
Excel VBA Code Get Names of All open workbook path Loop through
Excel VBA - Loop Through All Open...
Name Numerology Lucky Number Calculator Baby names Business name
Name Numerology Calculator - Lucky...
Similar Pages
  • Excel VBA Find String in Range Return Row Change Background color Remove Duplicates
    Excel VBA – Find String in...
  • Excel VBA Convert Amount in Numbers to Words US Dollar Million Indian Rupee Lakhs Crores finance
    Excel VBA Convert – Amount...
  • Excel VBA Code Get Names of All open workbook path Loop through
    Excel VBA – Loop Through All...
  • Name Numerology Lucky Number Calculator Baby names Business name
    Name Numerology Calculator –...
  • How To type Subscript in Excel Superscript strikethrough underline font
    How To Type Subscript in Excel –...
  • Excel VBA Merge Cells Unmerge Range Selection objects
    Excel VBA – Merge Cells –...
Popular Tags
  • Email Marketing Block Apps in FaceBook Task Manager print screen VCF HTML Table Import Data Candy Crush Outlook Record Macro android app development SEO Convert URL to IP HTML/ Javascript QR Code Generation VCARD Timer in Excel Countif Google+ bitcoin vba color index vba color codes Data Mining Android social media Twitter bulk email Google Adsense Tips Excel VBA Calendar in Excel Excel Macro WhatsApp Facebook mass email outlook vba Wordpress
FREE Tech Updates

Home

  • Home
  • App Store
    • International Users
    • Indian Users
  • Subscribe
  • About Us
  • Productivity
    • Excel
      • VBA
      • Tiny Tips
    • Android
    • WordPress
  • Social Media
  • Misc
    • Cricket
      • IPL Fixtures
      • VIVO IPL 2016 New Face
      • T20 World Cup
      • Cricket World Cup
    • India Elections
      • How Not To Prepare Yourelf For Polling

Trending Topics

    • Learn How to Access WhatsApp in Web
    • Compare Data In Two Excel Sheets
    • Find IP Address Location – GeoIP Lookup
    • Lock a Folder In Windows Using This Simple Excel Macro Trick
    • Download Free Tool to Convert VCF Contacts to Excel

Join Us

Copyright © 2018 OfficeTricks.com