What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Excel VB Help - URGENT

Excel VB Help - URGENT
Author: Message:
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. Excel VB Help - URGENT
code:
Sub AddOrder()
'
' AddOrder Macro
' Macro recorded 26/01/2007 by 21may_g
'

'
    Sheets("Data Arrange").Select
    Range("B5:N5").Select
    Selection.Copy
 
Dim cellcontents As Integer
Sheets("Orders").Select

Range("A5").Select
cellcontents = Range("A65536").End(xlUp).Select

cellcontents = ActiveCell.Value
cellcontents = cellcontents + 1
ActiveCell.Offset(1, 0) = cellcontents

Selection.PasteSpecial Paste:=xlPasteValues


is my macro....

This is the result.

[Image: excelbt2.jpg]
Click to enlarge

what i want to do is described in the picture, even my ict teacher cant get it to work ¬_¬ i was ment to start testing on monday, and i cant get this bit finished.

Thanks

This post was edited on 01-31-2007 at 04:49 PM by Tochjo.

[Image: lost7ru.gif]
01-31-2007 04:06 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On