Question : excel vba script needed

Hi there,

I have created a spreadsheet and I would like it so that whenever the spreadhseet is opened it produces a sequencial number in one of the cells, basically its a job number that just adds 1 each time.

I would like the number to be AKLE5000 upwards

How can I do this..?? The people that will use this will use either excel 2003 or 2007

Many thanks

Phil

Answer : excel vba script needed

It's interesting, it's showing that you are using a single processor HAL already. I'm not entirely sure why this isn't handling the locks correctly but lets replace it with the Uniprocessor HAL anyways.

Okay, navigate to c:\winnt\system32 and rename ntoskrnl.exe to ntoskrnl.exe.old just to be safe.

Then copy halapic.dll and ntoskrnl.exe to c:\winnt\system32.

Change the boot.ini from:

multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00" /HAL=hal.dll /KERNEL=ntoskrnl.exe /NUMPROC=1

to

multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00" /HAL=halapic.dll /KERNEL=ntoskrnl.exe /NUMPROC=1

Try booting this and see if that makes it any better. Remember to change the vCPUs back to 1 and the OS back to Win NT 4 in vCenter.
Random Solutions  
 
programming4us programming4us