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
Microsoft PKI Design
Shared calendar does not show appointments until refreshed
alignment question
SSIS Package Hangs in SQL Job
Include C++ header files in .Net Application
laptop setup win 7 64bit with 32bit xp pro emulator
Crystal Reports 11 (migrating from 8.5) and VB6 using RDO resultset as datasource
adding a mac to sbs 2003 network
PHP 5.3.2 installation problem on Vista IIS7
PL/SQL Export table data to .csv file and save; launch Excel inside PL/SQL and load saved .csv file