Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default VBA functions

hello,
VBA functions EOMONTH and EDATE don't work in russian version of Excel, what
can i do to improve situations? I should use english version of functions,
not russian, because in our net some comps are with russian MS Office, some
are - with russian.
Thank you

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default VBA functions

"Natalia" wrote in message
...
hello,
VBA functions EOMONTH and EDATE don't work in russian version of Excel,

what
can i do to improve situations? I should use english version of functions,
not russian, because in our net some comps are with russian MS Office,

some
are - with russian.
Thank you


Do the Russian versions have the Analysis ToolPak installed?

You are likely better off developing with English version.

If the functions are not available in the Russian version, then you will
need to create equivalent functions
for use in the Russian version.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default VBA functions

Natalia

You can do as follows:

Your_EDATE=DATE(YEAR(Date),MONTH(Date)+N_Months,DA Y(Date))

Where "N_Months" is the number of months ahead, so it is 5 it will give the
date in 5 months' time. And:

Your_EOMONTH =DATE(YEAR(Date),MONTH(Date)+(N_Months+1),0)

Where "N_Months" is the number of months ahead, so if it is 5 it will give
the end of month in 5 months' time.

--
Robert
Author of RibbonX: Customizing the Office 2007 Ribbon:
LATEST INTERACTIVE TUTORIAL:
http://www.msofficegurus.com/videos/...p_HT_Chart.asp
FORUM: http://www.msofficegurus.com/forum/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions sujay Excel Programming 0 June 5th 06 10:13 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM
excel functions and User defined functions Kanan Excel Programming 4 May 20th 04 11:21 PM


All times are GMT +1. The time now is 08:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"