Windows Activation Code Not Working

Posted on

Windows Client Sign in. United States (English). My daughters hard drive was replaced and the activation code does not work. Saturday, July 12, 2014 11:43 PM. Reply Quote Answers text/html 7/13/2014 12:02:47 AM DonPick 0. Sign in to vote. Hi, depending on the way you purchased. Page 1 of 2 - Windows Product Key Code not working - posted in Windows 7: I have 2 problems. I recently had to do a fresh install.I am using the product key code that came with my Windows 7 disk. Have talked to microsoft and they claim the product key code on my sticker is invalid. So im on my 29. Jul 31, 2019  If you have one copy of Windows and you installed it on more than one PC, activation might not work. The product key has already been used on more PCs than allowed by the Microsoft Software License Terms. To activate new additional PCs, you must buy a new product key or copy of Windows.

Download If you need astronomy app,augmented reality,star gazing, Sky Map APK is the best learning tool,night sky,solar system,useful information,educational tool.Sky Map is a Books & Reference app developed by Sky Map Devs. The Plus adds the new ability to track any near earth objects with a NORAD Id in real time. Follow satellites, the international space station, and more!Sky Map APK helps you teaching kids. The latest version of Sky Map is 1.9.0b.

Active2 years ago

I ran into a strange Excel 2013 VBA behavior today and felt posting the solution to the problem may help someone else in the future. The following command worked fine on my computer and most others but one user would get an error message. I'm using Windows 7.

Workbooks('Book1').Activate

Windows Activation Key Not Working

Russ VerbruggeRuss Verbrugge

4 Answers

What I found out was that the other user has 'extensions for known file types' shown. By default Windows wants to hide those. In order to get the code to work properly on all machines, I had to include the file extension in the code as shown below. When a new workbook is created and has not yet been saved, it does not need a file extension included in this command as it is not yet determined.

Russ VerbruggeRuss Verbrugge

Just guessing, but this may be related to a setting in 'Folder options' of Windows Explorer.

Windows Activation Code Not Working

On the View tab there is an option 'Hide extensions for known file types' - this will affect how you can refer to workbooks by name in VBA.

Original Windows Key Not Working

EDIT: seems you got there already!

Tim WilliamsTim Williams
95.9k9 gold badges72 silver badges88 bronze badges

I've already had the file extensions enabled but it didn't work. I fixed by forcing the file and sheet to activate.

Example (while the files are still open):

I know that Activate and Select are inneficient, but if it works.

CCMCCM

Hi in your code use two dim for workbooks likedim currentwb,newwb as workbook

Windows Activation Code Not Working

and once you create your new workbook set

ShrikantShrikant

Not the answer you're looking for? Browse other questions tagged excelvbaexcel-vba or ask your own question.