Convert content via cell reference to unique cell content

Hi
if you have a spreadsheet built up via references to another sheet eg content of cell Sheet1 B1 is '=Sheet2A1' and the content of Sheet2A1 is 'Merry Xmas'. Is there a command that will convert cell Sheet1 B1 to containing 'Merry Xmas'?
I hope I have asked this question in a way that is understandable.
best
Tommy Banana

Do you mean to convert the formula (=Sheet 2 :: Table 1 :: A1) currently in the cell Sheet 1 :: Table 1 :: A1 to the value currently stored in the cell Sheet 2 :: Table 1 :: A1...
If so, select the cell Sheet 1 :: Table 1 :: A1 (or select a range if there are others you want to convert also) and select "Edit"/"Copy" and then, without changing the cell selection, select "Edit"/"Paste Values".
This is the Numbers idiom for replacing computed cells with their values; it works with any cell containing a formula.

Similar Messages

  • In fact it's about mac:excel, how convert in a cell a number written in text format into a value?

    in fact it's about mac:excel8 or 11 in OSX10.7.4,
    how convert in a cell a number written in text format into its value?
    cheers francois

    Hi francois,
    If I copyone of them and do a past special/value, it does not work.
    Try just Paste instead of Paste Special > Value
    I know your question is about Excel, but this works in Numbers:
    Copy 1 234 567 (with spaces) and Paste (not Paste Special) into a Cell in a Numbers Table. The result is 1234567 and it behaves as a number. A formula will consider it to be a number:
    You asked Wayne: what do you mean by "to reference a cell" ??
    The reference is from Cell A2 to Cell A1 through a formula, such as: =A1+1
    Regards,
    Ian.

  • Access via NULL reference object not possible

    Hi friends,
      I have created an wda application which uses the table popin to display data.
      So that i have created a view with two of the  fields as link to action UI element.
      In the Events/Actions of the link to action element i implemented the following logic.
      data wd_table_cell_editor type ref to cl_Wd_view_element.
      data wd_table_column      type ref to cl_wd_table_column.
      data wd_popin             type ref to cl_wd_table_popin.
      data id type string.
    <b> wd_table_cell_editor ?= wd_this->m_view->get_element( id ).</b>
      wd_table_column ?= wd_table_cell_editor->get__parent( ).
      wd_popin = wd_table_column->get_popin( ).
      context_element->set_attribute( name = 'SELECTED_POPIN' value =
    wd_popin->id ).
    So when i click on the link to action in the table column of the field am getting the following error
    <b>Access via NULL reference object not possible.</b>
    While debugging i have noticed that this error was coming at the below step of the code.
    <b>wd_table_cell_editor ?= wd_this->m_view->get_element( id )</b>
    in the m_view->get_element( id ) does not contan any value , its showing as table , as null value cannnot be assigned may be its throwing the above error.
    But i didnt understand why the view is not getting UI element id ....
    Can one please suggest me where might be the wrong....
    Regards
    Sireesha.

    Hi nithya,
      Could you please calrify the doubts for the following q's.
    1. As u said in the above post, i have changed the code to the below.
         data: lr_table type ref to cl_wd_table,
    lr_table_col type ref to cl_wd_table_column.
    lr_table ?= wd_this->m_view->get_element( 'TABLE' ).
    lr_table_col = lr_table->get_column( ID = 'TABLE_CONNECTID' ).
      <b>wd_popin = lr_table_col->get_popin( ).</b>
    (At the above step which is in bold , eventhough there is value in lr_table_col->get_popin , its not assigning a value to the wd_popin, throwing same error NULL etc.,)
      context_element->set_attribute( name = 'SELECTED_POPIN' value =
    wd_popin->id ).
    2. Before changing the code suggested by u, the follwoing was the code from standard example.Its working fine in the application wdr_test_table.I have debugged the code.The value is getting assigned into wd_table_cell_editor.
    The same thing i have done but its failing to assign the value. thats y its throwing null reference error. Here i have a confusion how its assigning a value and y not in the z application.am giving the code below which is in standard and my application.Please clarify these.
    data wd_table_cell_editor type ref to cl_Wd_view_element.
      data wd_table_column      type ref to cl_wd_table_column.
      data wd_popin             type ref to cl_wd_table_popin.
      <b>wd_table_cell_editor ?= wd_this->m_view->get_element( id ).</b>
    ( Note :  wd_this->m_view->get_element contains value but not assigning it to the wd_table_cell_editor and same code in the standard behaving correctly like assigning the view value to the cell editor. Y this behavior, please advice me)
      wd_table_column ?= wd_table_cell_editor->get__parent( ).
      wd_popin = wd_table_column->get_popin( ).
      context_element->set_attribute( name = 'SELECTED_POPIN' value = wd_popin->id )
    Regards
    Sireesha.

  • I want to save a converted PDF (via your cloud product) onto my desktop.  I want a hardcopy on my drive and not a link via Chrome to your cloud.  How do I do this?

    I want to save a converted PDF (via your cloud product) onto my desktop.  I want a hardcopy on my drive and not a link via Chrome to your cloud.  How do I do this?

    Hi WalterFranco,
    When you convert your files using ExportPDF or Adobe PDF Pack, files are automatically saved to your online account. But, you can log on to your account at https://cloud.acrobat.com/files, select the file that you want to store on your hard disk, and then click the Download link at the top of the file list.
    Please let us know how it goes.
    Best,
    Sara

  • Convert contents of a formatted excel cell to HTML format

    Hi All,
    Background: I am writing a script that uploads some test cases written in excel into Quality Center. For those who are familiar with the QC Excel Addin, this script would do a pretty similar job except for reducing
    the steps involved. I'm using Office 2007 running on Win 7 Pro.
    Need: I have a situation where the contents of a formatted excel cell need to be converted to HTML tags representing the same formattin in the excel cell. For example a cell containg the text: "Verify
    if help topics in Macro section are
    hyperlinked" should be converted to
    <html><b>Verify</b> if help topics in <u>Macro section</u> are <i>hyperlinked</i></html> 
    Question: Is there an inbuilt function in Excel/VBAn accomplish this? Or is a macro required? Any other ideas to accomplish this?
    Note: Whatever used for converting (an inbuilt function or a macro) should support new line characters and colors.
    Any help or redirection to solutions is appreciated.
    Thanks, John.
    --Thanks, John Jacob Tharakan

    Here is the function I wrote. This handles the conversion character by character.
    Function fnConvert2HTML(myCell As Range) As String
    Dim bldTagOn, itlTagOn, ulnTagOn, colTagOn As Boolean
    Dim i, chrCount As Integer
    Dim chrCol, chrLastCol, htmlTxt As String
    bldTagOn = False
    itlTagOn = False
    ulnTagOn = False
    colTagOn = False
    chrCol = "NONE"
    htmlTxt = "<html>"
    chrCount = myCell.Characters.Count
    For i = 1 To chrCount
    With myCell.Characters(i, 1)
    If (.Font.Color) Then
    chrCol = fnGetCol(.Font.Color)
    If Not colTagOn Then
    htmlTxt = htmlTxt & "<font color=#" & chrCol & ">"
    colTagOn = True
    Else
    If chrCol <> chrLastCol Then htmlTxt = htmlTxt & "</font><font color=#" & chrCol & ">"
    End If
    Else
    chrCol = "NONE"
    If colTagOn Then
    htmlTxt = htmlTxt & "</font>"
    colTagOn = False
    End If
    End If
    chrLastCol = chrCol
    If .Font.Bold = True Then
    If Not bldTagOn Then
    htmlTxt = htmlTxt & "<b>"
    bldTagOn = True
    End If
    Else
    If bldTagOn Then
    htmlTxt = htmlTxt & "</b>"
    bldTagOn = False
    End If
    End If
    If .Font.Italic = True Then
    If Not itlTagOn Then
    htmlTxt = htmlTxt & "<i>"
    itlTagOn = True
    End If
    Else
    If itlTagOn Then
    htmlTxt = htmlTxt & "</i>"
    itlTagOn = False
    End If
    End If
    If .Font.Underline > 0 Then
    If Not ulnTagOn Then
    htmlTxt = htmlTxt & "<u>"
    ulnTagOn = True
    End If
    Else
    If ulnTagOn Then
    htmlTxt = htmlTxt & "</u>"
    ulnTagOn = False
    End If
    End If
    If (Asc(.Text) = 10) Then
    htmlTxt = htmlTxt & "<br>"
    Else
    htmlTxt = htmlTxt & .Text
    End If
    End With
    Next
    If colTagOn Then
    htmlTxt = htmlTxt & "</font>"
    colTagOn = False
    End If
    If bldTagOn Then
    htmlTxt = htmlTxt & "</b>"
    bldTagOn = False
    End If
    If itlTagOn Then
    htmlTxt = htmlTxt & "</i>"
    itlTagOn = False
    End If
    If ulnTagOn Then
    htmlTxt = htmlTxt & "</u>"
    ulnTagOn = False
    End If
    htmlTxt = htmlTxt & "</html>"
    fnConvert2HTML = htmlTxt
    End Function
    Function fnGetCol(strCol As String) As String
    Dim rVal, gVal, bVal As String
    strCol = Right("000000" & Hex(strCol), 6)
    bVal = Left(strCol, 2)
    gVal = Mid(strCol, 3, 2)
    rVal = Right(strCol, 2)
    fnGetCol = rVal & gVal & bVal
    End Function
    --Thanks, John Jacob Tharakan

  • Convert pdf without cells

    would like to convert pdf files without cells, is this possible?

    Hi 301mike,
    It sounds like you have a PDF that doesn't have cell borders that you'd like to convert to an Excel document.  If that's correct, then the answer would be yes.  You should be able to convert the file to an Excel document, however the quality of the formatting within Excel is really dependent upon how the file was originally setup when converted to PDF.  This document talks about this in a bit more detail:  http://forums.adobe.com/docs/DOC-1513
    Please let us know if you have any questions.
    -David

  • My iPad won't connect via cell after installing iOS6 and may now think it is an iPhone!?!

    Question pretty much says it all...
    I upgraded to iOS6 and now I cannot connect to anything using cell/3G/4G. Error messages say odd things like 'Your iPhone is not configured properly'.  Odd that an iPad would say this!
    So I CAN use the iPad For now via wifi but when I turn on the cellular data under the main Settings screen, there are no options/buttons to access my AT&amp;T data service, check my account, etc, like would normally be there with iOS5.  The poly options available are to either turn on cellular data and to set SIM PIN..
    When I turn on cellular data, it goes to 'Searching...' in the upper left of the screen as it would normally do if I was out of range of a cell tower or something and just keeps 'searching'.
    So...any thoughts?  I'm unable to find a place to look at my AT&amp;T data account anywhere under settings to verify that it exists and the iPad is 'touching' it. 
    I'd prefer not to wipe clean and start again from last restore but I am at the end of my creative and technical capabilities.
    Ideate away!
    MG

    I have the same problem with iPhone 3GS, it wont connect to cell data after update to iOS 6.
    everytime i want to connect to internet with any apps on my iPhone, i have to connect from a Wifi first.
    this is frustating...
    are there any solution for this?

  • Connecting laptop to internet via cell phone

    I heard i can use my cell phone to connect my laptop to the internet, i currently have a lg envy touch , with a 25 megabyte plan which would not be enough as I am wanting to get rid of current dsl plan and wanting to use my wireless plan as my only paid source of internet connection in my home. 
    I can upgrade plan to unlimited for 29.99 per month which is what i currently pay for my home dsl.  I was told by verizon rep i could use a smartphone ( droid/ droid incredible) to set up a wireless connection in which i could also use my ipod and nintendo dsi to connect to internet as well at the same time as the laptop.
    So my thinking is i add another line to my 2100 minute family plan for additional monthly cost of 9.99 get the droid for 199.99 with the unlimited plan of 29.99 bringing my total monthly bill to 170.00 minus taxes. I currently only use about 900-1000 minutes but the savings of dropping minutes just doesnt seem worth it to me as I have children on my plan and their minutes will increase at some point and I would rather be locked in to a plan that gives me more than needed.
    So I am wondering if others on this forum could give me their opinion/advise?
    Does anyone else use the unlimited 29.99 plan as their only source of internet connection? and how fast/slow etc?
    If it matters I will be using the internet connection in Pasadena Texas and mainly we use the internet for general searches on basic info, job searches, facebook,  ipod music, no gaming or anything complicated, just a typical basic internet family use.
    Thank you so much!
    Shannon

    In addition to the unlimited $29.99 data plan, you would also need a $29.99 tethering plan, so it would cost you $60 a month - and the connection would not be as good as your DSL.  And we use our DSL to connect to a router and have several laptops and desktops using our DSL, which would not work with a tethered connection.  My advice - skip the tethering and keep the DSL.

  • Tree in FXML (via cell factory)

    Hi,
    I am trying to create a tree in FXML, but I can't figure out how the event handling works.
    I know I need to add a cell factory and add the event handlers to the cells (since tree items don't have mouse events), but how can I
    create the cells in FXML?
    It seems I can add the cellFactory directly to the TreeView, since this code runs okay:
              <TreeView>
              <cellFactory></cellFactory>
                   <root>
                        <TreeItem value="root">
                             <children>
                                  <TreeItem value="c0">
                                       <children>
                                            <TreeItem value="c0topic0"></TreeItem>
                                            <TreeItem value="c0topic1"></TreeItem>
                                            <TreeItem value="c0topic2"></TreeItem>
                                            <TreeItem value="c0topic3"></TreeItem>                                        
                                       </children>
                                  </TreeItem>
                                  <TreeItem value="c1">
                                       <children>
                                            <TreeItem value="c1topic0"></TreeItem>
                                            <TreeItem value="c1topic1"></TreeItem>
                                            <TreeItem value="c1topic2"></TreeItem>                                        
                                       </children>                              
                                  </TreeItem>
                                  <TreeItem value="c2">
                                       <children>
                                            <TreeItem value="c2topic0"></TreeItem>
                                            <TreeItem value="c2topic1"></TreeItem>
                                            <TreeItem value="c2topic2"></TreeItem>
                                       </children>                              
                                  </TreeItem>                                                            
                             </children>
                        </TreeItem>
                   </root>
              </TreeView>But I don't know how I can implement a call-method and I can't add cells to the TreeItems (error: no valid tag).
    Does anyone have an idea or has even already implemented a tree in FXML?
    Thanks,
    Sela

    <TreeView fx:id="treeview">
        <root>
            <TreeItem fx:id="triRoot" value="%triRoot" expanded="true">
                <children>
                   <TreeItem fx:id="triReader" value="%triReader" expanded="true">
                      <graphic>
                          <ImageView>
                              <image>
                       <Image url="@triReader.png"/>
                   </image>
                </ImageView>
           </graphic>                              
                 <children>
                    <TreeItem fx:id="triReaderTopic0" value="%triReaderTopic0"></TreeItem>
                    <TreeItem fx:id="triReaderTopic1" value="%triReaderTopic1"></TreeItem>
                 </children>
             </TreeItem>
             <TreeItem fx:id="cat0" value="%cat0" expanded="true">
                <graphic>
                <ImageView>
                    <image>
                        <Image url="@icon1.png"/>
                    </image>
                </ImageView>
                </graphic>                              
                <children>
                    <TreeItem fx:id="cat0topic0" value="%cat0topic0"></TreeItem>                                        
                    <TreeItem fx:id="cat0topic1" value="%cat0topic1"></TreeItem>                                        
                </children>
             </TreeItem>
             <TreeItem fx:id="cat1" value="%cat1" expanded="true">
                <graphic>
                   <ImageView>
               <image>
                     <Image url="@icon2.png"/>
               </image>
         </ImageView>
               </graphic>                              
              <children>
              <TreeItem fx:id="cat1topic0" value="%cat1topic0"></TreeItem>
              <TreeItem fx:id="cat1topic1" value="%cat1topic1"></TreeItem>
              <TreeItem fx:id="cat1topic2" value="%cat1topic2"></TreeItem>                                   
              </children>                              
           </TreeItem>
           <TreeItem value="%cat2" expanded="true">
               <graphic>
                   <ImageView>
                 <image>
                      <Image url="@icon3.png"/>
                 </image>
                   </ImageView>
                </graphic>
                <children>
               <TreeItem fx:id="cat2topic0" value="%cat2topic0"></TreeItem>                                   
               <TreeItem fx:id="cat2topic1" value="%cat2topic1"></TreeItem>
               <TreeItem fx:id="cat2topic2" value="%cat2topic2"></TreeItem>
                </children>                              
             </TreeItem>                                                            
          </children>
       </TreeItem>
      </root>
    </TreeView> Here is the updated example. Within the controller I don't get the ids (fx:id="cat2topic0"), so I have to use the values to identify the TreeItem that
    is clicked. That is possible but of course I don't like it at all because the values are only variables and I want to be able to change them in the property files
    without touching the java code. I need to get the ids within the event handler.
    treeview.setCellFactory(new Callback<TreeView<String>,TreeCell<String>>(){
    @Override
                public TreeCell<String> call(TreeView<String> p) {
                     final MyTreeCell mytreecell = new MyTreeCell(itemcount++);
                     System.out.println(""+mytreecell.getId());
                     mytreecell.setOnMouseClicked(new EventHandler<MouseEvent>() {
                         @Override
                         public void handle(MouseEvent t) {

  • How to cancel Skype premium via cell phone?

    How do you delete skype premium using a cell phone?
    Solved!
    Go to Solution.

    By deleting Skype premium I guess you mean cancelling the Premium subscription?   The Skype clients I use generally have an account section which links you to the web allowing you to access your account.  If the client you are using lacks that functionality, you should still be able to log onto Skype.com using the browser on your phone to cancel your subscription.
    https://support.skype.com/en/faq/FA1881

  • Why do i get a return comment of 'user account is in INVALID mode' when i send a pic email via cell

    my printer is the hp 3050a deskjet all in one j611g . when i send pics from phone via email, the return message via email says' user account is in INVALID mode'. why is this and how do i fix it?

    Hi shannee7, it may be because the Web Services function on your printer was removed. You could try re-enabling Web Services, which will print a new printer code by:
    Pressing the ePrint button on your printers front panel
    Scrolling down to "Remove Web Services" and selecting OK
    To re-enable Web Services press the ePrint button on the front panel
    Select OK to accept the terms of the service
    Front panel display should read "Downloading from Web" and a new Web Services info sheet should print out with a new code for your printer.
    If you have setup an ePrintCenter account you can log in and update your printers e-mail address  using the new code
    Let me know how you get on
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Issue with BIS and location via cell network

    I am having an unusual problem on my Blackberry 9850. This started happening randomly over the past few days, currently happening now.
    Via the 3G network, from my home area (Eustis, Florida USA - ZIP code 32726) certain BIS functions do not work correctly.
    I can not send BBM chat messages, I get the red "X " for the message, but I can receive them.
    Web browsing to Google.com brings up the Google Mobile site for Argentina. When I try to adjust the language preferences back to English - United States, it just refreshes back to Spanish - Argentina.
    However, if I turn on WiFi and allow the BIS to switch over to that, everything works fine.
    I have already tried *228, option 2, several times. It only fixed it one time last week and then awhile later is was not working correctly again.
    Any idea what is going on?

    Got through to Verizon support this morning and they brought in a BlackBerry Tech on the line.
    Turns out there was and still is an issue with the Verizon BIS server and they are working on a resolution, but no ETA.
    Ticket# (removed)
    Private info removed as required by the Terms of Service.
    Message was edited by: Admin Moderator

  • Internet via cell icon stuck or something

    I setup my Blackberry to ask as a modem for my MBP. The little icon in the menu bar that shows the status of this connection has been trying to disconnect for awhile. I turned my MBP bluetooth as well. The modem icon just keep scrolling "Disconnecting...". I do I turn the thing off? Here is a small screen-shot:
    http://ponkan.quickshareit.com/share/screencapture8380b.png

    That won't work.
    The USB port on the AirPort Extreme base station (AEBS) is ONLY for a single compatible printer.
    If there's no way to do that, is there a way for my Airport to seek its Internet connection from my Internet-connected computer...
    Sure. Configure your "Internet-connected computer" to share Internet to the Ethernet port. Then connect the WAN port of the AEBS to the computer's Ethernet port. Ensure that the AEBS is configured to use DHCP to get an IP address.

  • How to convert from Finder Object reference to POSIX path

    I'm new to AppleScript. I'm super close to getting what I need done, but I've ran across a snag in the middle.
    The error I'm getting is Can’t make quoted form of POSIX path of item 1 of {«class docf» \"filename\" of «class cfol» \"foldername\" of «class cfol» \"Desktop\" of «class cfol» \"Username\" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\"} into type Unicode text. the problem area is highlighted and notated below. I've looked all around online but can't find what I need.
    Thanks in advance for any and all help!
    set text item delimiters to "."
    tell application "Finder"
      set theFilestoChoose to every item of (choose file with prompt "Please select the file(s) you would like to move and rename" with multiple selections allowed) as list
      display dialog "Would you like to move these files to an existing folder and then rename them, or create a new folder and then rename them?" buttons {"Move to an existing folder and rename", "Create a new folder and rename"}
      if result = {button returned:"Move to an existing folder and rename"} then
      set firstnewname to "Aauuttoommaattoorr"
      repeat with index from 1 to the count of theFilestoChoose
      set theFilesChosenbeingrenamedfirsttime to item index of theFilestoChoose
      set filenamecount to text items of (get name of theFilesChosenbeingrenamedfirsttime)
      if number of filenamecount is 1 then
      set fileextension to ""
      else
      set fileextension to "." & item -1 of filenamecount
      end if
      set the name of theFilesChosenbeingrenamedfirsttime to firstnewname & index & fileextension as string
      end repeat
      log theFilesChosenbeingrenamedfirsttime
      set choosingtheplacetomove to choose folder with prompt "Select the folder to move to"
      set thechosenfoldersname to name of folder choosingtheplacetomove -- sets the folder name as text
      set AppleScript's text item delimiters to {"-"}
      set Numberofthemonthatthebeginningofthefoldername to text item 1 of thechosenfoldersname as string -- for later to append the number back on without having to ask again!
      set shortenedname to text item 2 of thechosenfoldersname as string
      set the name of choosingtheplacetomove to shortenedname as string
      set thefolderstemporarynameaslocation to choosingtheplacetomove as string
      move theFilestoChoose to folder thefolderstemporarynameaslocation
      log theFilestoChoose
      set allfilesindestinationfolder to every file in choosingtheplacetomove as alias list --
      set aInitials to the text returned of (display dialog "Whose camera were this/these pictures taken on?" default answer "")
      set filteredList to my filterList(allfilesindestinationfolder, aInitials) as list
      log filteredList
      -- everything above this is correct so far and works perfect
      --TROUBLE SECTION BELOW
      set theSortedfilterList to (sort filteredList by creation date) -- something happens here with the theSortedfilterList that makes it unintelligible to convert to POSIX later. but I need the files in the order that this line puts them.
      log theSortedfilterList
      set timetorenamelasttime to theSortedfilterList
      set newbasename to shortenedname
      repeat with index from 1 to the count of timetorenamelasttime
      set theonefile to item index of timetorenamelasttime
      set theonefilenamecount to text items of (get name of theonetwothreefile)
      if number of theonefilenamecount is 1 then
      set fileextensionone to ""
      else
      set fileextensionone to "." & item -1 of theonefilenamecount
      end if
      tell application "System Events" to set CreaDate to creation date of file theonefile
      set CreaDate2 to CreaDate as text -- need to trim down to the first 10 characters and eliminate the "-"
      set AppleScript's text item delimiters to {""}
      set shorteneddatename to text items 1 thru 10 of CreaDate2 as string
      set the name of theonefile to shorteneddatename & {"-"} & newbasename & {"-"} & aInitials & {"-"} & index & fileextensionone as string
      end repeat
      --Trouble section above
      set the name of choosingtheplacetomove to Numberofthemonthatthebeginningofthefoldername & "-" & shortenedname as string -- returns the month prefix to the foldername
      else if result = {button returned:"Create a new folder and rename"} then
      set repeatConfirmation to true --Boolean to decided if script should be repeated; default is to repeat
      repeat while (repeatConfirmation = true) --Repeat if Any Tests Are Failed
      set thefirstquestion to choose from list {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"} with title "Event Month Selection" with prompt "Select the month in which the event started. Select only one month:"
      set theMonthAnswer to result
      if theMonthAnswer = false then --"For historical reasons, choose from list is the only dialog command that returns a result (false) instead of signaling an error when the user presses the “Cancel” button."
      set repeatConfirmation to false
      set exitingeventmonth to display dialog ("You are exiting selecting the event month phase of the program. You will need to manually fix this decision") buttons {"OK"} with title "Exiting Event Month Selection"
      if button returned of exitingeventmonth = "OK" then
      set theMonthAnswer to ""
      end if
      else
      set confirmationanswer to display dialog "You selected " & theMonthAnswer & ", is this correct? " buttons {"Yes, that's correct.", "No, the picture(s) are from a different month."} with title "Confirm Event Month Selection"
      if button returned of confirmationanswer = "Yes, that's correct." then
      set repeatConfirmation to false
      else
      display dialog ("That's okay, you can select another again!") buttons {"OK"} with title "Return to Event Month Selection"
      end if
      end if
      end repeat
      log theMonthAnswer
      if theMonthAnswer = "" then
      set monthtonumber to "You have cancelled this action."
      log monthtonumber
      else if theMonthAnswer = {"January"} then
      set monthtonumber to "01"
      log monthtonumber
      else if theMonthAnswer = {"February"} then
      set monthtonumber to "02"
      log monthtonumber
      else if theMonthAnswer = {"March"} then
      set monthtonumber to "03"
      log monthtonumber
      else if theMonthAnswer = {"April"} then
      set monthtonumber to "04"
      log monthtonumber
      else if theMonthAnswer = {"May"} then
      set monthtonumber to "05"
      log monthtonumber
      else if theMonthAnswer = {"June"} then
      set monthtonumber to "06"
      log monthtonumber
      else if theMonthAnswer = {"July"} then
      set monthtonumber to "07"
      log monthtonumber
      else if theMonthAnswer = {"August"} then
      set monthtonumber to "08"
      log monthtonumber
      else if theMonthAnswer = {"September"} then
      set monthtonumber to "09"
      log monthtonumber
      else if theMonthAnswer = {"October"} then
      set monthtonumber to "10"
      log monthtonumber
      else if theMonthAnswer = {"November"} then
      set monthtonumber to "11"
      log monthtonumber
      else if theMonthAnswer = {"December"} then
      set monthtonumber to "12"
      log monthtonumber
      end if
      set theNameofFoldertoMake to text returned of (display dialog "Please enter the name of the new folder you are creating:" default answer "" with title "New Folder Name")
      set LocationOfNewFolder to choose folder with prompt "Choose the location of the new folder you are creating:"
      set theNewNameofFoldertoMake to monthtonumber & "-" & theNameofFoldertoMake
      set newfolderaction to make new folder at LocationOfNewFolder with properties {name:theNewNameofFoldertoMake}
      move theFilestoChoose to newfolderaction
      end if
    end tell
    --function
    on filterList(allfilesindestinationfolder, aInitials)
      set patterns to {aInitials as string, "Aauuttoommaattoorr"}
      set output to {}
      repeat with aFile in the allfilesindestinationfolder
      repeat with aPattern in patterns
      set filepath to aFile as string
      if filepath contains aPattern then
      set end of the output to aFile
      exit repeat
      end if
      end repeat
      end repeat
      return output
    end filterList

    Okay, so you wanted the debugging and error messages. Thank you for the coaching. Here is what I get from the following line:
    set theSortedfilterList to (sort filteredList by creation date)
    log theSortedfilterList
    Log returns:
    (*document file Aauuttoommaattoorr3.AVI of folder SnowDay of folder Desktop of folder Username of folder Users of startup disk, document file Aauuttoommaattoorr2.MOV of folder SnowDay of folder Desktop of folder Username of folder Users of startup disk, document file Aauuttoommaattoorr1.mov of folder SnowDay of folder Desktop of folder Username of folder Users of startup disk*)
    set pxFile to POSIX path of ((theSortedfilterList) as alias)
    Error: "Can’t make {«class docf» \"Aauuttoommaattoorr3.AVI\" of «class cfol» \"SnowDay\" of «class cfol» \"Desktop\" of «class cfol» \"Username\" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\", «class docf» \"Aauuttoommaattoorr2.MOV\" of «class cfol» \"SnowDay\" of «class cfol» \"Desktop\" of «class cfol» \" Username \" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\", «class docf» \"Aauuttoommaattoorr1.mov\" of «class cfol» \"SnowDay\" of «class cfol» \"Desktop\" of «class cfol» \" Username \" of «class cfol» \"Users\" of «class sdsk» of application \"Finder\"} into type alias." number -1700 from {«class docf» "Aauuttoommaattoorr3.AVI" of «class cfol» "SnowDay" of «class cfol» "Desktop" of «class cfol» "Username" of «class cfol» "Users" of «class sdsk», «class docf» "Aauuttoommaattoorr2.MOV" of «class cfol» "SnowDay" of «class cfol» "Desktop" of «class cfol» "Username" of «class cfol» "Users" of «class sdsk», «class docf» "Aauuttoommaattoorr1.mov" of «class cfol» "SnowDay" of «class cfol» "Desktop" of «class cfol» "Username" of «class cfol» "Users" of «class sdsk»} to alias
    That is why I labeled it with Finder Object reference won’t return POSIX path, because I tried what was suggested about using the POSIX path of line. I thought seeing the lines above and around it would help set the context.
    So I need those files, but I need them sorted by creation date so that they’re in that order for the next renaming step.

  • How do I import/convert video via flashdrive to iMovie on my iMac?

    I want to learn to edit the digital video files of some classes I am teaching.  I assume that iMovie is the place to do that, but I can't seem to get the material onto it.  After the editing, I'd like to be able to post portions of it online via YouTube or some such site.  I have an iMac version 10.6.8, Snow Leopard
    So far I have not been able to even see the files.  When I inserted the flashdrive containing the digital video files into my iMac, it said there was no app for opening them.  I searched the apps, and thought about trying the app "iVI", but didn't want to spend the $9.99 if I didn't need to. Today I downloaded the free app, "Any Video Converter".  It converted a portion of the material, saying something about it not being able to "parse" portions of it (whatever that means). When I looked at the little bit that was converted, the visuals were jerky.  Perhaps it was becuase I didn't know which "profile" format to choose, and they didn't offer iMovie on an iMac; the offers were for portable devices.  Do I need to download another app, and if so, which of the many would be good for my purposes?
    The other question I have is how to get the same information onto my MacBook, which is version 10.5.1 of Mac OSX, Leopard.
    I'm so frustrated!  I'm a beginner at this, and it just hasn't been the easy drag and drop I thought it would be!

    Thanks for getting back with me so promptly.  It has taken me this time to connect with the proper people to find out the information you requested.
    The camera used to film the class was a Panasonic AG-HMC40P, owned by a local cable TV station; they use Kodak video encoding software, and a SD card was used to store the video.   The file extension is .mts, and the mime file is MPEG 2 transport.  He said I probably need an AVCHD converter, and the Mac app store lists 8 of those options, 4 free and 4 for up to $9.99.  He said I'll also need a converter for later plans of posting on YouTube or on the website, and while some of those in the app store might work for the later needs, he knows one app called "Compressor" that would work for the uploading later.  He also suggested I could try renaming the .mts file to .MP2T, but he wasn't sure that would work.
    They don't work with Macs at the studio, but I had thought I could have some lessons there in editing, and apply what I learned to my iMac and iMovie.
    First, though, I have to be able to see it and review it!
    Thanks again!

Maybe you are looking for

  • Vendor tolerance level for price.

    hi, Is there any vendor specific seting  or field, So that system will gives message at the time of invoice posting. Ie. if price increased above the vendor specific tolerance, system will give the message at the time of invoice posting.. regards, MP

  • Your system has not been modified

    When i go to install the itunes 10 i get a message saying system not modified. How can i resolve this problem ?

  • Casting & Dates How to \ Can you....

    Hey Guys, I have a view: CREATE OR REPLACE VIEW MYVIEW AS SELECT to_char(logtime, 'DD-MM-YYYY') AS Logtime, count(things) FROM mytable GROUP BY to_char(logtime, 'DD-MM-YYYY') So all is good so far, well until i try to order my results on the logtime,

  • How do I customize the sidebar?

    Now using Safari 8.0.5 on Mac OS 10.10.3. The previous version of Safari had custom icons on the sidebar for each website. Now, they're all the same with no icons. How do I go back to the old, much superior view with custom icons for each website?

  • Droid Roaming on Spring

    Hi! OK, I've read multiple things about verizon having contracts with other places (within the us) that allows roaming on other networks. My question is this... At work, we have a few sprint towers on site, and no verizon. I get no service for the mo