View Single Post
 
Old 07-06-2018, 07:54 AM
phoenixmoto phoenixmoto is offline Windows 7 64bit Office 2007
Banned
 
Join Date: Jul 2018
Posts: 11
phoenixmoto is on a distinguished road
Default Word VBA discussion

When using public function in vba I inserted sum formula i.e.
Sum = textbox1.value + textbox2.value
When i calculate 1 and 2 it delivers 12 instead of 3 but other symbols such as *,/,- it works correctly. I did hear on internet that + and & used for concatination in vba. So is there a way to use + sign as addition symbol. Please reply.
Reply With Quote