Thursday, March 31, 2016

Troubleshoot:add space after 6th letter of combine name in one cell ony and one column only.

add space after 6th letter of combine name in one cell ony and one column only.

i need a space for example
PrachiTripathi-i want to give space after 6th letter in that particular cell only.Without using space bar,because i am having a several name or data for above example,After giving space it will look in this way ---> Prachi Tripathi.
i am having several data of combine name i want to give space after 6th letter

hope you understand what i mean.

Solutions to the Problem add space after 6th letter of combine name in one cell ony and one column only.

Download SmartPCFixer to Fix It (Free)

Hi,
first,
take a look here...
https://www.youtube.com/watch?v=vtTa8y6i_rM

second,
step1
Save As, your Workbook with extension .xlsm (macros enabled)
step2
1) press ALT+F11 (hold down ALT and press F11) to open Visual Basic
2) Insert > module and paste the code below on the right
Sub SplitText()
On Error Resume Next
Dim N As String
N = InputBox("please, split text after...", "split text", "6")
If N = "" Or N < 1 Then Exit Sub
For Each r In Selection
If Len(r.Value) < N - 1 Then GoTo mynext
r.Value = Left(r.Value, N) & " " & Right(r.Value, Len(r.Value) - N)
mynext:
Next
End Sub
3) Press ALT+Q (hold down ALT and press Q) to Close Visual Basic

step3
select the desired range
press ALT+F8, (hold down ALT and press F8)
select from the list and click the run button.

note
(make a copy before you run this code)

If you failed to fix it, another option is to call Microsoft and walk through the process with a technician. To do this, dial "1-800-936-5700". Explain the error that you received and the steps in the update process during which it was displayed. The technician will be able to walk through the steps from getting a new product key to finishing the installation.

Recommended Method to Fix the Problem: add space after 6th letter of combine name in one cell ony and one column only.:

How to Fix add space after 6th letter of combine name in one cell ony and one column only. with SmartPCFixer?

1. You can Download Error Fixer here. Install it on your system. When you open it, it will perform a scan.

2. After the scan is done, you can see the errors and problems need to be repaired. Click Fix All.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been removed


Related: How to Fix - 64g ssd with a 500g regular drive?,Allow Unhide Rows in Protected Workbook [Solved],[Solved] Get in Excel 2007 data from Access 2007 out of self-built Queries,[Solution] How can I temporarily disable 'service manager' to install Adobe flashplayer?,[Anwsered] When I try to watch a flash video, I am told occasionally that I don't have Adobe Flash.,Solution to Error: Black screen during boot sequence,[Solved] Can't restore Windows 7 64-bit from external hard drive,How to Fix - IE 11 Enhance Protect Mode reset issue with add-on's?,Solution to Error: Internet Explorer 9 update/install error - Error Code 80092004,Upgrading to IE 8 causes cookies to get deleted when starting IE [Anwsered],Solution to Problem: All programs try to start from windows component
,Troubleshoot:External Hard Drive not listed in Windows 7 backup wizard Error
,How to Fix Error - Getting an error "not connected to the internet" while trying to install Samsung Kies?
,How to Fix - Internet Explorer shuts down and reopens tab when attaching to email or uploading files.?
,Fast Solution to Problem: Sending Error Message
,[Anwsered] Thinkpad 8611 Boot,How to Resolve - Svchost Helper?,Fast Solution to Problem: L30 101 Driver Windows 7,Troubleshooter of Error: Io Device,How to Fix Error - Dell Laptop Code 39?
Read More: Adobe Shockwave and Flash Player Upgrades [Anwsered],[Anwsered] Adobe reader icon has taken over all my programs,[Solved] After awakening from sleep and hung on an manual update to Avast, Task Manager and Resource Monitor(RM) disk activity is at 100%, CPU is at 1 or 2% & memory at about 12%.,[Solved] After installing 'ezcap digital ATSC TV stick' using key gen, get blue screen error \"DRIVER_IRQL_NOT_LESS_OR_EQUAL\",How to Fix - Ads on the left side on screen.?,a file called mDNSResponse.exe. is causing bonjour not to operate properly,what should I do?,A QUESTION USING THE "IF'S" Formula.,A continuos flashing window with which title is C:Windows\System32\cmd.exe, and has the following message: The syntax of the command is incorrect.,Acrobat compatibility issue and you tube problems____,ActiveX on IE 9 not loaded

No comments:

Post a Comment