Google Groups Home
Help | Sign in
Message from discussion WOT: Excel Question
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mpm  
View profile
 More options Aug 19 2008, 9:44 pm
Newsgroups: sci.electronics.design
From: mpm <mpmill...@aol.com>
Date: Tue, 19 Aug 2008 13:44:56 -0700 (PDT)
Local: Tues, Aug 19 2008 9:44 pm
Subject: Re: WOT: Excel Question
On Aug 19, 3:04 pm, "Michael A. Terrell" <mike.terr...@earthlink.net>
wrote:

> I have exported a database to text, then used search and replace to
> convert the data into HTML. Then I paste the new HTML information into
> a blank table in the HTML document. It saved me days of data entry, and
> the whole process took less than 15 minutes.

Or you could have done it in Excel VBA in about 15 seconds....!!
(Suitable for framing...)

Sub getlinks()
'
' GetLinks Macro
' Macro recorded 2/2/2008 by mpm

For Each hl In ActiveSheet.Hyperlinks
    Cells(hl.Parent.Row, 3).Value = hl.Address
Next hl

End Sub


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google