Results 1 to 82 of 82

Chrome Extension

Threaded View

  1. #37
    Forum Contributor Gregor y's Avatar
    Join Date
    10-24-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2010 32-Bit
    Posts
    280

    Re: Chrome Extension

    could be:

    Formula: copy to clipboard
    var strings = intext
    .replace(/"([^"\n]|("{2}))*("|\n)/g,function f(x){return x.replace(/'/g,"``");})
    .replace(/('|rem\s)(.*_\s*\n)*.*$/igm,"")
    .match(/"([^"\n]|("{2}))*("|\n)/g)
    .map(function f(x){return x.replace(/``/g,"'")});


    since both comments and strings have the same color.
    Last edited by Gregor y; 09-22-2015 at 11:31 PM. Reason: uh yeah, cross eyed redo

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] chrome always waiting.............
    By martindwilson in forum Suggestions for Improvement
    Replies: 4
    Last Post: 09-18-2014, 12:20 AM
  2. Need to Open Web Query in Chrome
    By loveexcel2014 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-02-2014, 12:27 PM
  3. Navigating/Downloading Chrome using VBA
    By Toadwart87 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-08-2014, 06:24 PM
  4. Copying from Chrome tab
    By patzkata in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2014, 10:14 AM
  5. Launch Chrome from within Excel on a MAC?
    By ChainsawDR in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2012, 01:48 PM

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