Advertisement

Member Login

Contact Us
telephone US +1 617 5008224
telephone EU +44 113 8152220
telephone Toll Free: Skype
post/email Forum or Email
Like this Page?


Follow Us
Follow us on twitter. Follow us on LinkedIn. Follow us on YouTube.
Our Feeds
Repository RSS. Forum RSS. User Comment RSS. News RSS.

Who's Online

We have 23 guests and 43 members online

Total Downloads

208246


Enter Amount:


Home
Signup Now! Subscribe, login and start downloading. Latest Calculations! Follow us on Twitter.

ExcelCalcs
Welcome, Guest
Please Login or Register.    Lost Password?
Unblock Excel (1 viewing) (1) Guest
If none of the forum headings seem to fit your question or comment then post it here.
Go to bottom Favoured: 0
TOPIC: Unblock Excel
#1397
Edipo (User)
Tadpole (Junior Boarder)
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Unblock Excel 4 Years, 6 Months ago Karma: 0  
Hi all.

I have an excel file with some cells containing Hypertextual URL links.

These links are opened by a macro but sometimes the internet site is slow because it is down or in overload and excel crashes.

I try pressing esc button but it doesn't work, the screen become white and everything stops.

I was arguing if there is a way to unblock excel in these cases or maybe a code that I can insert in the macro so that it stops the loop after 10 seconds.

Thank you


__________________
You have never see gift ideas like these? (idee regalo on italian)
 
Logged Logged  
  The administrator has disabled public write access.
#1417
lukecs (User)
Tadpole with legs (Senior Boarder)
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Unblock Excel 4 Years, 6 Months ago Karma: 0  
Pretty hard to help without a sample of the code. Why do you need a macro to open a URL link? Excel has this feature built in. Anyways if you have a loop you can set a variable startTime = now() then in your loop go now()-startTime(). I think now() is in seconds so then you just need to exit the sub at 10 seconds.

I suggest that you search or ask your question in the excel newsgroups at groups.google.com/group/microsoft.public...amming/topics?lnk=li it might provide a better quality/amount of responses.
 
Logged Logged  
  The administrator has disabled public write access.
#1418
Edipo (User)
Tadpole (Junior Boarder)
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Unblock Excel 4 Years, 6 Months ago Karma: 0  
For example, try to select this site from a cell:
www.hotvsnot.com

and to launch this macro:
Sub OpenLinks()
Dim rCell As Range
On Error Resume Next
Application.DisplayAlerts = False
With Selection
For Each rCell In Selection.Cells
ActiveWorkbook.FollowHyperlink _
Address:=rCell.Value, _
NewWindow:=True
Next rCell
End With
End Sub

my excel freeze!
how to unlock?

esc not work, ctrl+break not work..
ctrl+alt+canc works but but loses data

thanks
 
Logged Logged  
  The administrator has disabled public write access.
#1427
Edipo (User)
Tadpole (Junior Boarder)
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Unblock Excel 4 Years, 5 Months ago Karma: 0  
I resolved to adding DoEvents on the macro code
Thanks to all
Bye
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

Training Courses For London Underground

"Thanks again for your excellent course this past week." "Thank you for the course last week, found it very interesting both from the perspective of a quick refresh, but also on how we can optimise the work we do." "Thanks for a very interesting and usef...

Try Excel 2013 for Free!

I am pleased to report that XLC Ribbon works with the 32bit and 64 bit versions of Excel 2013 obtained using the free Office 365 Home Premium Preview. Excel 2013 looks a little flat and dull compared to previous versions but I think this is the influence of the new Windows 8 'metro' look and f...

Introducing XLC the Ribbon Version

New!XLC Ribbon    For the first time XLC works with both 32 bit and 64 bit versions of Excel with an enhanced Office Ribbon display. It is a much simpler installation process than the previous Toolbar versions so you can be up and running in no time at all. ...

ExcelCalcs Bites the Bullet!

Hitachi have recently been awarded the largest ever UK rolling stock order and they’ll be bringing their Shinkansen bullet train technology to Europe. In August ExcelCalcs braved the stifling Japanese heat to deliver their ‘Fatigue of Welded Structures’ course to Hitachi b...

Engineer's Excel!

Our XLC software is a mathematical add-in for Excel. Generating equations direct from cell formulas it is an essential verification tool for engineers. Furthermore the ExcelCalcs community is the world’s most active producer of Excel solutions to engineering problems. The table below shows w...

ExcelCalcs Lego-Like Way to Engineering

Like a child selecting parts to construct a Lego model engineers bring together blocks of science to create new designs. These building blocks could be a load calculation, a beam calculation, a weld calculation, a fatigue calculation or any other calculation from a myriad of engineering topics. As...

iPhone, Android and Mobile Device Access

The site is optimised for browsing on mobile devices like the iPhone or Android phones. To create a web app icon browse to http://www.excelcalcs.com/navigate/ and ‘Add to Home Screen’. You will find an icon much like an app icon on your home screen which will bring you straight back...

ExcelCalcs Trailblazers

I have been chasing up feedback from new users signing up to XLC Pro accounts in the last month. I am delighted with their positive feedback. “I started using XLC but I am now insisting that my whole team use the add-in .“ “It is a great tool for validation and pres...

Increasing Engineering Confidence

Engineering training - “I run a team of engineers and whilst there are plenty of soft options for training expounding the latest management techniques there is precious little to develop the engineering skills of my team”. This is a familiar story we hear from clients of our trai...