Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default recall records

Hi all.

I use rondebruin`s


VBA:
Sub copy_1_Values_PasteSpecial()
Dim sourceRange As Range
Dim destrange As Range
Dim Lr As Long
Application.ScreenUpdating = False
Lr = LastRow(Sheets("Sheet2")) + 1
Set sourceRange = Sheets("Sheet1").Range("A1:C10")
Set destrange = Sheets("Sheet2").Range("A" & Lr)
sourceRange.Copy
destrange.PasteSpecial xlPasteValues, , False, False
Application.CutCopyMode = False
Application.ScreenUpdating = True
End Sub

to put values into multippel worksheets,
her is a part of the mani sheet
Columns C:C go`s to one sheet, 3 first cells in C:C and E:E to next
sheet
columns B:B and D:D are info.
(B:B) (C:C) (DD)
(E:E)
Kunde STX SD100 2
Ordrenr. 4100 SD125 4
Klasse DNV SD150 6
Agg 125/180 SD200 8
Agg 250 SD250/300 10
Agg 355 SD350 20
Agg 500 5 Lengde. 18
Agg Andre TK80 1
LEV.TID 21.04.2006 TK150 2
DEFUSOR 15
LEV.TID 21.08.2006

the quis is what is the best metode to recall an input if I want to do
som changes. ps. Ordrenr. is unike.

Regards fetnis

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set-up gage calibration recall by date jeo Excel Discussion (Misc queries) 0 January 20th 09 09:49 PM
recall cell value in hyperlink bc84 Excel Worksheet Functions 2 February 6th 08 10:30 PM
How can i Recall a Value? Gmata Excel Worksheet Functions 1 November 25th 07 01:12 AM
Recall function to a User Form shnim1 Excel Discussion (Misc queries) 1 April 12th 06 07:47 AM
UserForm Recall Problem Andy Tallent Excel Discussion (Misc queries) 1 April 15th 05 06:14 PM


All times are GMT +1. The time now is 04:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"