Hi, I have a requirement to launch a NAL application based on a user
account's 'non-membership' of a NDS Group.
In other words, if a NDS account is 'not' a member of a specific NDS Group
then run this NAL packet on login.
Has anyone done anything like this before?
Any help would be...
Hi there,
I have a need to reset the 'Standard' toolbar in Excel within a small VB app. Can anyone tell me if this is the correct/best code to use?
Dim appExcel As Excel.Application
Dim x As CommandBar
Set appExcel = New Excel.Application
Set x = CommandBars("Standard")
x.Reset
Set...
Does anybody know how to convert a column of values to a string that is separated by commas? The column is of variable length.
e.g column A contains
14
25
654
12
the result required is 14,25,654,12
I was thinking of Do Loop using a range, eg.
Do Until rngcell.Value = ""
Loop
Any...
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.