Microsoft
Software
Hardware
Network
Question : Question on VBA call worksheet.function and self defined function
Hi experts,
I am having difficulties working on the following code, the environment is Excel VBA.
// for this one, I tried to call function now() to return the current system date and time
// however, now() is simply not listed under WorksheetFunction, I tried to find something like //DateTime(), time(), but could not find it
ActiveCell.Value = Application.WorksheetFunct
ion.Now()
// for this one, I tried to call a self-defind function/method getName() to return the system user name, in // order to confusion, I simply copied the code for getName() right within the same module, but it // is still now working. getName is also saved in Module 1
ActiveCell.Offset(0, 1).Value = GetName()
I appreciate your attention and time.
Answer : Question on VBA call worksheet.function and self defined function
Yes...but for other products. Go to the software download section and find what you need. When you try to download it will ask you to setup account
Random Solutions
How to re-write code using strings to Delphi 2010
GPO Assign Application reinstall
Popup details on mouse hover using Jquery
Linq and new features design in VS 2008
Trouble installing Panasonic Printer/Copier devices on SBS 2008
SID History/re-ACL'ing when moving to new AD forest
When I encrypt/encode a string using codeigniter encryption class, it is different everytime, why?
How do I invoke a Java script for onkeypress for a dynamically added control?
Office Language Settings on Remote Desktop Server 2008 R2
jQuery: Add div at beginning of other div