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
Since upgrading to SQL 2008 linked Access Tables/Queries Very Slow
How do I get the value of xpages file upload
Find and Replace Hyperlinks in Access 2007
Exchange 2010 Backup
Switch 3Com 4800G doesn't save configuration ?
How can I destroy all data on this old server?
Exchange 2007 - Error 5.1.0 - Unknown address error 550-'5.1.1 User unknown'
Put control inside of AJAX UpdatePanel, now get Type 'System.Web.UI.UpdatePanel
' does not have a public property named 'FileUpload'
How to pause a process execution in C++
A Web Exception occurred because an HTTP 401 - Unauthorized response was received from Unknown