+ Reply to Thread
Results 1 to 2 of 2

Automatically copy date from DTpicker and paste into hidden worksheet

  1. #1
    Registered User
    Join Date
    11-10-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Talking Automatically copy date from DTpicker and paste into hidden worksheet

    Hi All,

    I have a userform with a number of controls on it, one of which is a DTpicker.

    I'm trying to automate things so that the date selected on the DTpicker is pasted into a particular cell on a hidden worksheet.

    After searching through the various Excel vba forums, the only way I can get the date pasted into the cell involves the hidden worksheet
    firstly being unhidden and the particular cell then being selected before the paste action occurs.

    I really need this to happen with the hidden worksheet staying hidden - does anyone have any suggestions?

    Any help appreciated.

    Cheers

  2. #2
    Forum Contributor
    Join Date
    10-18-2012
    Location
    Telford, England
    MS-Off Ver
    Excel 2010 (2003)
    Posts
    294

    Re: Automatically copy date from DTpicker and paste into hidden worksheet

    Your code may be using .select to bring about what you describe. try with .activate [or without the lie at all - sheets("theother").value = ....]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1