Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BCTjacko

  1. BCTjacko

    NAL application to run if not member of NDS group

    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...
  2. BCTjacko

    Reset Toolbar in Excel from VB

    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...
  3. BCTjacko

    Excel cell data to string

    Thanks for your help - they both work.
  4. BCTjacko

    Excel cell data to string

    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...

Part and Inventory Search

Back
Top