+ Reply to Thread
Results 1 to 2 of 2

Extract Excel info in a .csv file.

  1. #1
    Registered User
    Join Date
    10-23-2013
    Location
    Paris
    MS-Off Ver
    Excel 2011 Mac
    Posts
    1

    Extract Excel info in a .csv file.

    Hi,

    A few years ago, I have created a visualization tool in Excel to help me find which keyboard shortcuts are still available on my system.
    It is a very basic file. No VBA or programming involved.

    With this file, if I want to know, for example, if the keyboard shortcut "Cmd+I" is still available in Excel, I just have to go to the sheet name "Cmd+X" (where all the keyboard shortcuts combinations with the key "Cmd" are listed), look at the first line of the sheet (where all my applications are listed), find the column with "Excel", then go down to the line of the key of the keyboard shortcut (here the line "I").

    If the cell is empty, the keyboard shortcut is still available.
    If the cell is not empty, the keyboard shortcut is not available.

    For every cell of an already taken keyboard shortcut, I added a comment explaining what this keyboard shortcut is about.

    I used conditional formatting to separate built-in keyboard shortcuts from keyboard shortcuts I defined myself.
    Built-in keyboard shortcuts appear in yellow (I added the value "1" in the cell)
    Keyboard shortcuts I defined myself appear in green (I added the value "2" in the cell)

    For example, in cell "H38". The keyboard shortcut is not available as it is an Excel built-in keyboard shortcut. So, I added "1" in the cell and the comment "Format - Italic".

    I attached a picture so it will be easier to understand. I would be glad to answer to any of your questions.

    What I want to do is extract the information I have in the document to be able to display it in a different way.
    For any cell of a taken keyboard shortcut (cell with the value "1" or "2"), I would like to be able to have the information displayed as ("application name", "name of the key of the keyboard shortcut", "comment").

    In other words:

    "Value of the first line of the column of the taken keyboard shortcut","value of the first cell of the line of the taken keyboard shortcut", "comment of the cell of the taken keyboard shortcut ".

    For my example, I would get, in a .csv or a .txt file:
    Excel, I ,"Format - Italic".

    If I save my sheet named "Cmd+X" as a .csv file I can't save the comments.


    Do you think it is technically possible?

    Thank you.

    Further information:
    Microsoft version Mac 2011
    OSX 10.10
    Attached Images Attached Images

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,937

    Re: Extract Excel info in a .csv file.

    A csv file will not save any excel formatting like comments or whatever.
    a csv file is nothing nore thatn a text file.
    Shortculr keys to invoke macro's always use the combinaton Shft+Ctrl+"?" where ? can be anything from A-Z and probably 0-9
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Extract info from a mailbocx to Excel
    By Iversen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-31-2016, 10:22 AM
  2. Extract info from excel 2010
    By stevejbailey in forum Excel General
    Replies: 3
    Last Post: 08-01-2013, 11:55 AM
  3. Search for a docx file and extract info from it's name
    By Zapdor in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-18-2012, 07:23 PM
  4. Macro to open a selected file and extract info
    By rirons04 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-12-2012, 08:18 PM
  5. extract info from xml and populate to excel
    By ymeyaw in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-29-2007, 06:12 AM
  6. extract info from an excel hyperlink
    By brucek in forum Excel General
    Replies: 0
    Last Post: 03-13-2006, 04:20 PM
  7. Function required to extract cell info from an unopened file.
    By westcountrytractorboy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2005, 04:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1