Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 22nd, 2007, 07:56 PM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to gauravhyd Send a message via MSN to gauravhyd Send a message via Yahoo to gauravhyd
Default Macro terminates if we enter value after Row600

Previous developer in my company developed a macro for us.

He has set to terminate the macro if the rows are more than 600

i dont know how he did that

Is there anyway by which i can increase that size to 800 or so??


Please advise.

you can mail replies to [email protected]

Thanks
 
Old May 31st, 2007, 01:53 PM
Registered User
 
Join Date: May 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Most likely there is some code somewhere in VBA that says:
    If ActiveSheet.UsedRange.Rows.Count > 600 Then
 and then the exit routine follows.






Similar Threads
Thread Thread Starter Forum Replies Last Post
calling to xlam macro from macro inside xlsb SteveB Excel VBA 0 June 30th, 2008 06:43 PM
Enter Key Event (Enter Key Only) Coby Excel VBA 0 February 6th, 2008 09:55 PM
Invoking Visual Basic Editor terminates Access laicm Access 1 October 19th, 2004 07:31 AM
Enter Key rwalker VB How-To 5 April 7th, 2004 11:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.