Activity for epicode

  • epicode epicode posted a review on Structure Synth

  • epicode epicode posted a review on Regex Find & Replace in Excel

  • epicode epicode posted a comment on ticket #2

    Sure.

  • epicode epicode created ticket #2

    Regex Find and Replace (Not as formula)

  • epicode epicode created ticket #5

    Error while executing

  • epicode epicode modified a comment on discussion Help

    I realized that this is not a problem of Essential Addin but default behaviour of Proper Function in Excel which does not respect ' and - I am using the following code to bypass the issue (sharing here for anyone with same issue or for Steve to include as part of Essential ) Public Function ProperCase(ByVal str As String) As String Dim words As Variant Dim i As Long Dim word As String words = Split(str, " ", , vbTextCompare) For i = 0 To UBound(words) words(i) = UCase(Left(words(i), 1)) & LCase(Mid(words(i),...

  • epicode epicode modified a comment on discussion Help

  • epicode epicode posted a comment on discussion Help

    I realized that this is not a problem of Essential Addin but default behaviour of Proper Function in Excel which does not respect ' and - I am using the following code to bypass the issue (sharing here for anyone with same issue or for Steve to include as part of Essential ) Public Function ProperCase(ByVal str As String) As String Dim words As Variant Dim i As Long Dim word As String words = Split(str, " ", , vbTextCompare) For i = 0 To UBound(words) - 1 words(i) = UCase(Left(words(i), 1)) & LCase(Mid(words(i),...

  • epicode epicode posted a review on Essential Excel Add-In

  • epicode epicode modified a comment on discussion Help

    When using "Capitalize each word" it recognizes apostrophe and minus as end of the word and capitalizes every letter after them like Tom'S Can there either be an exception for apostrophe and minus symbol by default since they are not end of word or at least an option to exclude them?

  • epicode epicode posted a comment on discussion Help

    Change every word to Capital incorrectly recognizes apostrophe as and of word and capitalizes every letter after apostrophe like Tom'S Can there either be an exception for apostrophe and minus symbol by default since they are not end of word or at least an option to exclude them.

  • epicode epicode posted a review on Simple SpreadSheet

  • epicode epicode posted a comment on discussion Help

    Select only one cell and change case to anything - it will affect all the other cells works normally if two or more cells are selected.

  • epicode epicode posted a comment on discussion Help

    I can share a dummy excel file which reproduces this behavior. let me know email id.

  • epicode epicode posted a comment on discussion Help

    Yes I can reproduce the issue in a specific file.

  • epicode epicode posted a review on Zekr: Multimedia Quran Study Software

  • epicode epicode posted a review on hindustani

  • epicode epicode modified a comment on discussion Help

    I recently used change case feature and to my horror it 1. did not warn 2. changed case for whole sheet instead of selection 3. no way to undo 4. no backup of sheet I hope you rectify Change Case Tool issue to prevent Data Loss!

  • epicode epicode posted a comment on discussion Help

    I recently used change case feature and to my horror it 1. did not warn 2. changed case for whole sheet instead of selection 3. no way to undo 4. no backup of sheet this is a nightmare of a tool. I hope you rectify it!!!!

1