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
I want to refresh the desktop in C#, I try to use IActiveDesktop::ApplyChang
es but IActiveDesktop alias is not found as C# underlines it. What should I do?
Access is denied, unable to remove device when trying to delete a printer.
MYSQL USING "OR" and "AND" in same Query but still specific
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Check a OU where all user accounts available and get the Exchange mailbox database.
MS Access global event handler
How to configure the network printer in the FreeBSD 8?
toggle visibility of <div> in galleria.js
Flash Viewer System Requirments
Run Windows 2008 Server in virtual environment on Windows 7 PRO?