+ Reply to Thread
Results 1 to 13 of 13

Need help! Exel 2007 and 2010 conflict!

  1. #1
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Question Need help! Exel 2007 and 2010 conflict!

    I have done exel in vba and there is a userform where is a date and time picker that is {MS Date and Time Picker 6.0 (sp4)} with is not in MS exel 2010.
    That server run in win 64bit OS system and i could not get it work!
    I have done:
    download file MSCOMCT2.OCX
    used bat file to place it to the right folder and add it to the system registry but still not working!

    Problem is that i have users how run the file in office 2007 with is working perfectly and some users are using ThinClient to connect server where is Office 2010 and then the problems begin!

    Please, can anyone help me with this?!

    Best Regards

    Reemet

  2. #2
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    MSCOMCT2.OCX Together regsrv32 %WinDir/syswow64/MSCOMCT2.OCX

  3. #3
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Need help! Exel 2007 and 2010 conflict!

    Hi,
    in which folder do you place the ocx file? in 64-bit OS it's not system32 folder. I think it should be in SysWOW64.
    Just a wild guess...
    If you are pleased with a member's answer then use the Star icon to rate it.

  4. #4
    Forum Expert
    Join Date
    06-25-2009
    Location
    Sofia, Bulgaria, EU
    MS-Off Ver
    Excel 2003-2013
    Posts
    1,290

    Re: Need help! Exel 2007 and 2010 conflict!

    we post at the same time. so it's in the right folder...

  5. #5
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    I can make a try!

  6. #6
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    It is not work!

  7. #7
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    Any more suggestions?

  8. #8
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    I have made a test with 32bit office 2010 and there the method works!
    Please if anyone know what to do to get it work in exel 2010 64 bit then, please help me!

    Regards

  9. #9
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Need help! Exel 2007 and 2010 conflict!

    It is not possible with 64bit Office. There is no 64 bit version of Windows Common controls: http://office.microsoft.com/en-us/su...in=HA010369476
    • Please remember to mark threads Solved with Thread Tools link at top of page.
    • Please use code tags when posting code: [code]Place your code here[/code]
    • Please read Forum Rules

  10. #10
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    OK that's sad!

    I add the picture of form and id like to use a working object that i can replace with the MS DTPicker 6.0 (SP4) so it can be usable in 32 bit 2007 and 2010 and in 64 bit 2010 versions!
    Will you have some ideas!

    The value of the object is Date and Time! Custom format "dd.MM.yyyy HH:mm"
    Attached Images Attached Images

  11. #11
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Need help! Exel 2007 and 2010 conflict!

    It is probably simpler to use two textboxes for date and time and validate on exit. Using DTPicker in this format is not much more than textbox anyway.

  12. #12
    Registered User
    Join Date
    06-27-2012
    Location
    Estonia
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Need help! Exel 2007 and 2010 conflict!

    I did us a textboxes in the beginnig but it did not work properly!

    First i had issue to Format value in it!
    Second i needed to validate the values between textboxes and then the user must be acurate
    and it did tuc time twices more then the object DTPicker with is 100% secured the value formating!
    [link]
    http://www.excelforum.com/excel-prog...ml#post3566124
    [/Link]
    Last edited by Reemet; 02-11-2014 at 09:49 AM.

  13. #13
    Forum Guru Izandol's Avatar
    Join Date
    03-29-2012
    Location
    *
    MS-Off Ver
    Excel 20(03|10|13)
    Posts
    2,581

    Re: Need help! Exel 2007 and 2010 conflict!

    It is more code but it will work. I have put answer in the other question why your code will not run.

    You may like to create calendar form with combobox controls for day, month and year as well as for times.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 04-23-2013, 08:59 AM
  2. Bar of Pie Charts Exel 2010
    By heymeliss in forum Excel General
    Replies: 5
    Last Post: 07-11-2011, 10:28 AM
  3. IFERROR conflict - UDF vs. 2007 built-in version
    By ConneXionLost in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-04-2010, 08:04 PM
  4. Version Coding Conflict XL 2007 vs. 2003
    By dugar in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-13-2009, 09:18 PM
  5. Drawing conflict between 2003 & 2007
    By chris druma in forum Excel General
    Replies: 0
    Last Post: 02-04-2008, 07:06 AM

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