J
James Heathershaw
Hello
Is there a way to copy all of the data in a cell up to a certain character? I have the following data contained in a cell, and want to copy everything up to the first -v and paste it into another cell. The trouble I am having is that the data to copy will be of a varying length, so I can not use anything involving a count function. I would prefer to do this eiter by macro or VBA:
/data/projects/scripts/RunDataStageJob.sh -p OPER_BGP -j SeqBGP05TEST -r -v 'pDB_RPD_DSN=CUSTDBO' -v 'pDB_RPD_SCHEMA=USR' -v 'pDB_RPD_USER=user' -v 'pDB_RPD_PWD=******' -v 'pDB_STAGING_DSN=DATA' -v 'pDB_STAGING_SCHEMA=OPER_WORKING' -v 'pDB_STAGING_USER=dtaix' -v 'pDB_STAGING_PWD=******' ?v 'pWORKING_DIR=/data/projects/OPER/working' ?v 'pHASH_DIR=/data/projects/OPER/hash' -v 'pMAPPING_DIR=/data/projects/OPER/mapping'
Thank you
Submitted via EggHeadCafe - Software Developer Portal of Choice
Silverlight Google Search API Source Code Sample
http://www.eggheadcafe.com/tutorial...f-1fa1c7a76205/silverlight-google-search.aspx
Is there a way to copy all of the data in a cell up to a certain character? I have the following data contained in a cell, and want to copy everything up to the first -v and paste it into another cell. The trouble I am having is that the data to copy will be of a varying length, so I can not use anything involving a count function. I would prefer to do this eiter by macro or VBA:
/data/projects/scripts/RunDataStageJob.sh -p OPER_BGP -j SeqBGP05TEST -r -v 'pDB_RPD_DSN=CUSTDBO' -v 'pDB_RPD_SCHEMA=USR' -v 'pDB_RPD_USER=user' -v 'pDB_RPD_PWD=******' -v 'pDB_STAGING_DSN=DATA' -v 'pDB_STAGING_SCHEMA=OPER_WORKING' -v 'pDB_STAGING_USER=dtaix' -v 'pDB_STAGING_PWD=******' ?v 'pWORKING_DIR=/data/projects/OPER/working' ?v 'pHASH_DIR=/data/projects/OPER/hash' -v 'pMAPPING_DIR=/data/projects/OPER/mapping'
Thank you
Submitted via EggHeadCafe - Software Developer Portal of Choice
Silverlight Google Search API Source Code Sample
http://www.eggheadcafe.com/tutorial...f-1fa1c7a76205/silverlight-google-search.aspx