Roman Glass

174
reputation
58 views

Registered User

name Roman Glass
member for 1 year
seen Dec 15 at 13:00
website
location
age
Sep
17
awarded  Yearling
Aug
21
accepted Calling Excel Solver VBA from another worksheet
Aug
19
answered Calling Excel Solver VBA from another worksheet
Aug
19
asked Calling Excel Solver VBA from another worksheet
Jul
13
asked excel vba for each loop takes 2 steps at once
Jul
13
comment excel vba: functions as arguments of functions
You are right, thank you very much!
Jul
13
awarded  Critic
Jul
13
comment excel vba: functions as arguments of functions
Hi, I think this is the right answer. This is the way to do it in oo-languages, I just didn't know, that interfaces exist in VBA -- my fault. I remember seeing this technic the 1st time in a little java. But I have to test the proposed solution. At the moment I got an error message about not implementing the interface. Public Function apply(ByVal tmp As Variant) As Boolean End Function --- Implements IBooleanFunction Public Function apply(ByVal tmp As Variant) As Boolean apply = Application.IsText(tmp) End Function
Jul
13
asked excel vba: functions as arguments of functions
Jun
28
answered Create, sort, and print a list of 100 random ints in the fewest chars of code
Jun
28
answered Segmentation fault when malloc/free appear in loop in C