bart tuytten
New Member
- Joined
- Feb 15, 2022
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
Hello,
I am trying to get the value of a total row's cell into a variable.
As I hover over the code in the IDE, it shows that the value is equal to 4.
Yet i am not able to introduce that number in the count variable I defined before.
Do you have a suggestion on how to solve this matter?
regards, Bart
I am trying to get the value of a total row's cell into a variable.
As I hover over the code in the IDE, it shows that the value is equal to 4.
Yet i am not able to introduce that number in the count variable I defined before.
Do you have a suggestion on how to solve this matter?
VBA Code:
Dim count As Double
count = Database.Range("Tabel_mat[[#Totalen],[Selectie]]").Value
MsgBox (count)
regards, Bart