How can i assign macros to multiple buttons in excel?
I have a code where i create a toolbar, add a button and assign macro to it, but when i add a second button macro is being assigned to the first button instead of the second.
Dim cbar1, myBar
'
Set cbar1 = CommandBars.Add(Name:="Future...
I have a query that uses "Like" keyword.
Select Field1, Field2
from Table1
Where (Table1.Field1) Like "*CL B"
I do not really like that syntax, can someone tell me what function I can use instead. I tried InStr but it did not work, or maybe I did not use it properly, not...
I'm trying to run the report from Vb code. Is there a way to set a file and location name for a report that prints to CuteFTP from VB - something like:
With Form1.CR1
.DataFiles(0) =DBPath 'database path C:\TestDir.ReportFileName = RptName 'report name - Report1.rpt
.Destination =...
Hi guys
I'm using CR6 and need to export reports into pdf format.
Does anybody know the way to do it or maybe a freeware that works with VB or just on its own and does the conversion?
Thanks
Denko
Hello,
How can i replace one line in the Text file with another without deleting any other lines in the file?
Example:
F444AF02050 03/05/31 09:56:19
188579Y101 XXX 88579Y10118M
188579Y101 BBB 88579Y10118M
188579Y101 ZZZ 88579Y10118M
Need to replace date in the first...
Hello
What control can I use to browse for a Server/Share name?
The same way I use DriveListBox and DirListBox, but they do not allow browsing through my network?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.