Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old September 11th, 2006, 02:18 PM
tuktuk tuktuk is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 104 tuktuk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 4 h 11 m 18 sec
Reputation Power: 5
VBA for cell reference in MS Excel

hey there,

i am caught on a pretty easy coding...so i think it'll be.

here goes:

i am trying to define a named range for a dynamic cell reference in ms excel. i need to define the ending row and then select from R1C1 to (LastRow and Column 40 aka "AN") and name it "datapastedvalues".

I am a total neewbie at vba. thanks for the help.

Sheets("PCSL TRNX R3(UPLOAD)").Select
LastRow = Range("D1").End(xlDown).Row
ActiveWorkbook.Names.Add Name:="datapastedvalues", RefersToR1C1:= _
"=Sheet1!R1C1:LastRowC40"

Reply With Quote
  #2  
Old November 3rd, 2006, 05:05 PM
tuktuk tuktuk is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 104 tuktuk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 4 h 11 m 18 sec
Reputation Power: 5
i never heard back on this one.....does any one have any suggestions?

your help is greatly appreciated.

i should state the coding from above was copied from creating a macro......but the problem is that it end at row 40

Sheets("PCSL TRNX R3(UPLOAD)").Select
LastRow = Range("D1").End(xlDown).Row
ActiveWorkbook.Names.Add Name:="datapastedvalues", RefersToR1C1:= _
"=Sheet1!R1C1:LastRowC40" - is there a way to string this?

Tuk

Last edited by tuktuk : November 3rd, 2006 at 05:08 PM.

Reply With Quote
  #3  
Old November 13th, 2006, 03:00 PM
tuktuk tuktuk is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 104 tuktuk User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 4 h 11 m 18 sec
Reputation Power: 5
here is the solution:

Sub Convert()
ActiveWindow.ActivateNext
ActiveSheet.Next.Select
Selection.Copy
Sheets.Add
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
ActiveSheet.Next.Select
Application.CutCopyMode = False
Sheets("PCSL TRNX R3").Name = "PCSL TRNX R3"
ActiveSheet.Previous.Select
Sheets("Sheet1").Name = "PCSL TRNX R3(UPLOAD)"

lastrow = Cells.End(xlDown).Row
lastcol = Cells.End(xlToRight).Column


ActiveWorkbook.Names.Add Name:="data_pasted_values", RefersToR1C1:= _
"='PCSL TRNX R3(UPLOAD)'!R1C1:R" & lastrow & "C" & lastcol & ""
Range("A1").Select
ActiveWorkbook.Save
ActiveWindow.ActivateNext
End Sub

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > VBA for cell reference in MS Excel


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT