Results 1 to 3 of 3

Thread: [RESOLVED] Pasting code to cell

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    11

    Resolved [RESOLVED] Pasting code to cell

    Hey all,

    I have been working on a form for a log system on my work experience

    This is what i have so far

    VB Code:
    1. Private Sub cmdDoIT_Click()
    2.    
    3.     If txtLogNo.Value = "1" Then
    4.     If chkTaken.Value = True Then
    5.         Memory.SetText txtQuantity.Value
    6.         Memory.PutInClipboard
    7.         Sheets("Brochures").Select
    8.         Range("F4").Select

    Can any1 tell me wat code comes next to paste wats on the clipboard to the cell F4???

    Thanks
    Last edited by Sparky_GPR; Jun 23rd, 2006 at 06:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width